zhangchengsong
2 天以前 f59f3b24814387573b5bca9a9b6c832a3720ee7e
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json
@@ -3008,6 +3008,32 @@
  },
  {
    "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController",
    "Method": "getManuaAGVStatus",
    "RelativePath": "api/Task/ManuaAGVStatus",
    "HttpMethod": "POST",
    "IsController": true,
    "Order": 0,
    "Parameters": [
      {
        "Name": "agvUpdateRequest",
        "Type": "WIDESEAWCS_DTO.TaskInfo.AgvUpdateRequest",
        "IsRequired": true
      }
    ],
    "ReturnTypes": [
      {
        "Type": "WIDESEAWCS_Core.WebResponseContent",
        "MediaTypes": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "StatusCode": 200
      }
    ]
  },
  {
    "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController",
    "Method": "ReceiveWCSTask",
    "RelativePath": "api/Task/ReceiveWCSTask",
    "HttpMethod": "POST",