|
@@ -898,6 +898,53 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/admin/roleData": {
|
|
|
+ "post": {
|
|
|
+ "tags": [
|
|
|
+ "admin"
|
|
|
+ ],
|
|
|
+ "operationId": "admin/roleData",
|
|
|
+ "requestBody": {
|
|
|
+ "description": "Req<roleData>",
|
|
|
+ "content": {
|
|
|
+ "application/json": {
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/components/schemas/admin_PtlroleData_ReqroleData"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "Success",
|
|
|
+ "content": {
|
|
|
+ "application/json": {
|
|
|
+ "schema": {
|
|
|
+ "type": "object",
|
|
|
+ "description": "ApiReturn<ResroleData>",
|
|
|
+ "properties": {
|
|
|
+ "isSucc": {
|
|
|
+ "type": "boolean",
|
|
|
+ "enum": [
|
|
|
+ true
|
|
|
+ ],
|
|
|
+ "default": true
|
|
|
+ },
|
|
|
+ "res": {
|
|
|
+ "$ref": "#/components/schemas/admin_PtlroleData_ResroleData"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "default": {
|
|
|
+ "description": "Error",
|
|
|
+ "$ref": "#/components/responses/error"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/admin/updateMail": {
|
|
|
"post": {
|
|
|
"tags": [
|
|
@@ -2511,6 +2558,30 @@
|
|
|
"order10Back"
|
|
|
]
|
|
|
},
|
|
|
+ "admin_PtlroleData_ReqroleData": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "uuid": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": [
|
|
|
+ "uuid"
|
|
|
+ ],
|
|
|
+ "description": "请求接口"
|
|
|
+ },
|
|
|
+ "admin_PtlroleData_ResroleData": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "order10Back": {
|
|
|
+ "type": "object"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": [
|
|
|
+ "order10Back"
|
|
|
+ ],
|
|
|
+ "description": "返回信息"
|
|
|
+ },
|
|
|
"admin_PtlupdateMail_RequpdateMail": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
@@ -3212,20 +3283,10 @@
|
|
|
},
|
|
|
"item_server_MsgItemChange_s_MsgItemChange_s": {
|
|
|
"type": "object",
|
|
|
- "properties": {
|
|
|
- "items": {
|
|
|
- "type": "array",
|
|
|
- "items": {
|
|
|
- "type": "array",
|
|
|
- "items": {
|
|
|
- "type": "number"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ "properties": {},
|
|
|
+ "additionalProperties": {
|
|
|
+ "type": "number"
|
|
|
},
|
|
|
- "required": [
|
|
|
- "items"
|
|
|
- ],
|
|
|
"description": "后端推送道具变化信息"
|
|
|
},
|
|
|
"mail_PtlMailDelAll_ReqMailDelAll": {
|