Update 2026-06-23 10:40:10
Build and Push Docker Images / Build Backend Image (push) Has been cancelled
Build and Push Docker Images / Build Frontend Image (push) Has been cancelled
Build and Push Docker Images / Notify Build Complete (push) Has been cancelled

This commit is contained in:
yi
2026-06-23 10:40:10 +08:00
parent 864efb7f9d
commit e9bff9beb3
56 changed files with 295 additions and 292 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
# API接口文档
本文档描述IDC设备管理系统的后端API接口,遵循RESTful设计规范。
本文档描述云睿资产管理系统的后端API接口,遵循RESTful设计规范。
---
@@ -1861,10 +1861,10 @@ GET /api/system-settings
{
"success": true,
"data": {
"siteName": "IDC设备管理系统",
"siteName": "云睿资产管理系统",
"siteLogo": "/uploads/logo.png",
"siteDescription": "专业的数据中心设备管理平台",
"copyright": "© 2024 IDC Management",
"copyright": "© 2024 YunRui Asset Management",
"version": "1.0.0"
},
"message": "操作成功"
@@ -2150,7 +2150,7 @@ GET /health
```json
{
"status": "ok",
"message": "IDC设备管理系统后端服务正常运行"
"message": "云睿资产管理系统后端服务正常运行"
}
```