mirror of
https://github.com/acepanel/panel.git
synced 2026-02-07 03:17:24 +08:00
fix: 修正部分接口未跟随更新状态码
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user