mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-07-27 08:47:47 +08:00
feat(NoteForm): 增加文件上传状态反馈
This commit is contained in:
@@ -19,6 +19,6 @@ class ResponseWrapper:
|
||||
def error(msg="error", code=500, data=None):
|
||||
return JSONResponse(content={
|
||||
"code": code,
|
||||
"msg": msg,
|
||||
"msg": str(msg),
|
||||
"data": data
|
||||
})
|
||||
Reference in New Issue
Block a user