2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 03:17:24 +08:00

fix: 修正部分接口未跟随更新状态码

This commit is contained in:
耗子
2024-03-06 03:42:15 +08:00
parent d3e758f61a
commit 5dcfe4126c
6 changed files with 18 additions and 46 deletions

View File

@@ -2526,9 +2526,6 @@
"controllers.ErrorResponse": {
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"message": {
"type": "string"
}
@@ -2537,9 +2534,6 @@
"controllers.SuccessResponse": {
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"data": {},
"message": {
"type": "string"
@@ -2588,7 +2582,7 @@
"type": "string"
},
"php": {
"type": "integer"
"type": "string"
},
"ports": {
"type": "array",
@@ -2847,7 +2841,7 @@
"type": "string"
},
"php": {
"type": "integer"
"type": "string"
},
"ports": {
"type": "array",