调整返回结果
This commit is contained in:
parent
583353eeae
commit
14a5729e06
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue