优化代码风格
This commit is contained in:
@ -261,7 +261,7 @@ async def upload_model(
|
||||
)
|
||||
|
||||
return APIResponse(
|
||||
code=201,
|
||||
code=200,
|
||||
message=f"模型上传成功!ID:{new_model['id']}",
|
||||
data=ModelResponse(** new_model)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user