From 4ca4baeb06e420a3392bc961be2e4c71eb920774 Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期五, 03 四月 2026 21:18:04 +0800
Subject: [PATCH] 最新

---
 项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json |  238 ++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 202 insertions(+), 36 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..e5e37da 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"
@@ -1,7 +1,7 @@
 {
   "openapi": "3.0.1",
   "info": {
-    "title": "WIDESEAWCS 鎺ュ彛鏂囨。鈥斺��.NET 6.0.36",
+    "title": "WIDESEAWCS 鎺ュ彛鏂囨。鈥斺��.NET 6.0.19",
     "description": "WIDESEAWCS HTTP API v1",
     "version": "v1"
   },
@@ -7643,6 +7643,71 @@
         ]
       }
     },
+    "/api/Task/CreateManualTask": {
+      "post": {
+        "tags": [
+          "Task"
+        ],
+        "summary": " (Auth)",
+        "requestBody": {
+          "content": {
+            "application/json-patch+json": {
+              "schema": {
+                "$ref": "#/components/schemas/Dt_Task"
+              }
+            },
+            "application/json": {
+              "schema": {
+                "$ref": "#/components/schemas/Dt_Task"
+              }
+            },
+            "text/json": {
+              "schema": {
+                "$ref": "#/components/schemas/Dt_Task"
+              }
+            },
+            "application/*+json": {
+              "schema": {
+                "$ref": "#/components/schemas/Dt_Task"
+              }
+            }
+          }
+        },
+        "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/Del": {
       "post": {
         "tags": [
@@ -8052,6 +8117,108 @@
         ]
       },
       "get": {
+        "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/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"
         ],
@@ -11586,7 +11753,6 @@
             "nullable": true
           },
           "result": {
-            "type": "string",
             "nullable": true
           }
         },
@@ -12202,23 +12368,6 @@
       "Dt_Task": {
         "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"
@@ -12290,6 +12439,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
           }
         },
@@ -12359,23 +12525,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 +12597,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