zhangchengsong
2 天以前 f59f3b24814387573b5bca9a9b6c832a3720ee7e
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json
@@ -8060,6 +8060,71 @@
        ]
      }
    },
    "/api/Task/ManuaAGVStatus": {
      "post": {
        "tags": [
          "Task"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/AgvUpdateRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AgvUpdateRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/AgvUpdateRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/AgvUpdateRequest"
              }
            }
          }
        },
        "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/ReceiveWCSTask": {
      "post": {
        "tags": [