zhangchengsong
8 天以前 f590d457f629d4a7cf6a5e2f77f5454d807e90db
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json
@@ -7643,6 +7643,57 @@
        ]
      }
    },
    "/api/Task/CreateDelete": {
      "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/CreateManualTask": {
      "post": {
        "tags": [