| | |
| | | ] |
| | | } |
| | | }, |
| | | "/api/Task/TaskCancel": { |
| | | "post": { |
| | | "tags": [ |
| | | "Task" |
| | | ], |
| | | "summary": " (Auth)", |
| | | "parameters": [ |
| | | { |
| | | "name": "taskNum", |
| | | "in": "query", |
| | | "schema": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "Success", |
| | | "content": { |
| | | "text/plain": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/WebResponseContent" |
| | | } |
| | | }, |
| | | "application/json": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/WebResponseContent" |
| | | } |
| | | }, |
| | | "text/json": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/WebResponseContent" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "401": { |
| | | "description": "Unauthorized" |
| | | }, |
| | | "403": { |
| | | "description": "Forbidden" |
| | | } |
| | | }, |
| | | "security": [ |
| | | { |
| | | "oauth2": [ ] |
| | | } |
| | | ] |
| | | } |
| | | }, |
| | | "/api/Task/TaskHandCompleted": { |
| | | "post": { |
| | | "tags": [ |
| | | "Task" |
| | | ], |
| | | "summary": " (Auth)", |
| | | "parameters": [ |
| | | { |
| | | "name": "taskNum", |
| | | "in": "query", |
| | | "schema": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "Success", |
| | | "content": { |
| | | "text/plain": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/WebResponseContent" |
| | | } |
| | | }, |
| | | "application/json": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/WebResponseContent" |
| | | } |
| | | }, |
| | | "text/json": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/WebResponseContent" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "401": { |
| | | "description": "Unauthorized" |
| | | }, |
| | | "403": { |
| | | "description": "Forbidden" |
| | | } |
| | | }, |
| | | "security": [ |
| | | { |
| | | "oauth2": [ ] |
| | | } |
| | | ] |
| | | } |
| | | }, |
| | | "/api/Task/TaskStatusRecovery": { |
| | | "post": { |
| | | "tags": [ |
| | |
| | | "Dt_Task_hty": { |
| | | "type": "object", |
| | | "properties": { |
| | | "creater": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "createDate": { |
| | | "type": "string", |
| | | "format": "date-time" |
| | | }, |
| | | "modifier": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "modifyDate": { |
| | | "type": "string", |
| | | "format": "date-time", |
| | | "nullable": true |
| | | }, |
| | | "taskId": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | |
| | | "deviceuuid": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "creater": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "createDate": { |
| | | "type": "string", |
| | | "format": "date-time" |
| | | }, |
| | | "modifier": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "modifyDate": { |
| | | "type": "string", |
| | | "format": "date-time", |
| | | "nullable": true |
| | | } |
| | | }, |
| | | "additionalProperties": false |