更新一些细节

This commit is contained in:
MarkusJoe
2022-04-02 18:03:25 +08:00
parent 9cf574b8e7
commit 77745e6f01
6 files changed
+44 -31

No files matched your search

-1
View File
@@ -26,4 +26,3 @@ def internal_server_error(e):
:return:
"""
return {'code': 500, 'msg': '服务器内部错误', 'data': []}, 500