BG5 commited on
Commit
b707c83
·
verified ·
1 Parent(s): 7c4a45c

Update api.txt

Browse files
Files changed (1) hide show
  1. api.txt +2 -1
api.txt CHANGED
@@ -310,7 +310,8 @@ async def system_usage():
310
  except Exception as e:
311
  logger.error(f"获取系统资源使用情况失败: {e}")
312
  error_data = {"success": False, "msg": "failed", "error": str(e)}
313
- return encrypt_json_response(error_data)
 
314
 
315
 
316
  # BitBrowser风格API
 
310
  except Exception as e:
311
  logger.error(f"获取系统资源使用情况失败: {e}")
312
  error_data = {"success": False, "msg": "failed", "error": str(e)}
313
+ #return encrypt_json_response(error_data)
314
+ return error_data
315
 
316
 
317
  # BitBrowser风格API