From dea22f4759b5c8a4f79a3e93e5af1741f5e00ae4 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期四, 26 三月 2026 19:51:02 +0800
Subject: [PATCH] 接口更新
---
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json | 136 +++++++++++++++++++++++++++++++++++++++-----
1 files changed, 119 insertions(+), 17 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json"
index 8928ebf..7a1c690 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json"
@@ -8101,6 +8101,108 @@
]
}
},
+ "/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": [
@@ -12359,23 +12461,6 @@
"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"
@@ -12448,6 +12533,23 @@
"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
--
Gitblit v1.9.3