Admin
2026-03-26 dea22f4759b5c8a4f79a3e93e5af1741f5e00ae4
项目代码/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