1
HuBingJie
2025-11-29 0df64f37379ce5c04e380f1c411dc52b01ac6b51
´úÂë¹ÜÀí/WCS/WCS/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"
  },
@@ -10477,6 +10477,134 @@
        ]
      }
    },
    "/api/Task/AbnormalComplete": {
      "post": {
        "tags": [
          "Task"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/AbnormalCompleteDTO"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AbnormalCompleteDTO"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/AbnormalCompleteDTO"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/AbnormalCompleteDTO"
              }
            }
          }
        },
        "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": [ ]
          }
        ]
      },
      "get": {
        "tags": [
          "Task"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/AbnormalCompleteDTO"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AbnormalCompleteDTO"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/AbnormalCompleteDTO"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/AbnormalCompleteDTO"
              }
            }
          }
        },
        "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/Add": {
      "post": {
        "tags": [
@@ -14951,6 +15079,24 @@
        },
        "additionalProperties": false
      },
      "AbnormalCompleteDTO": {
        "type": "object",
        "properties": {
          "taskNum": {
            "type": "integer",
            "format": "int32"
          },
          "station": {
            "type": "string",
            "nullable": true
          },
          "message": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActionDTO": {
        "type": "object",
        "properties": {
@@ -15549,6 +15695,10 @@
          "remark": {
            "type": "string",
            "nullable": true
          },
          "ljTaskNum": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
@@ -15718,6 +15868,10 @@
          "remark": {
            "type": "string",
            "nullable": true
          },
          "ljTaskNum": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false