This commit is contained in:
2023-11-22 23:45:36 +08:00
parent 6a0cc114ae
commit 3a2a5becff

View File

@@ -164,7 +164,7 @@ def ruilaizi():
except PermissionError:
return '文件权限错误,无法访问', 403
except Exception as e:
return f'发生错误', 500
return '发生错误', 500
return jsonify(resp)