s
This commit is contained in:
@@ -164,7 +164,7 @@ def ruilaizi():
|
|||||||
except PermissionError:
|
except PermissionError:
|
||||||
return '文件权限错误,无法访问', 403
|
return '文件权限错误,无法访问', 403
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
return f'发生错误:{str(e)}', 500
|
return f'发生错误', 500
|
||||||
|
|
||||||
return jsonify(resp)
|
return jsonify(resp)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user