From 14a5729e06efc6dfd6a93a35e7d44ed5e6246e6f Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Wed, 13 Dec 2023 05:11:28 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BF=94=E5=9B=9E=E7=BB=93?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_order/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_order/api.py b/run_order/api.py index 2a64f6a..07c200c 100644 --- a/run_order/api.py +++ b/run_order/api.py @@ -34,7 +34,7 @@ class RunOrderAPI: skill=data.skill, grandet_mode=data.grandet, ) - return run_order_data.id + return {"message": "上ζŠ₯成功", "id": run_order_data.id} api = NinjaExtraAPI()