Update api.txt
Browse files
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
|