zhangchengsong
2026-03-23 c09d4c6bb14496999ca15aea80a6f60665bf788a
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/EndpointInfo/WIDESEAWCS_Server.json
@@ -2643,6 +2643,499 @@
        ]
      }
    },
    "/api/Dt_PlatformStation/Add": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SaveModel"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SaveModel"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SaveModel"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SaveModel"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/AddData": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/Dt_PlatformStation"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Dt_PlatformStation"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Dt_PlatformStation"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Dt_PlatformStation"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/Del": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "type": "array",
                "items": { }
              }
            },
            "application/json": {
              "schema": {
                "type": "array",
                "items": { }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": { }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": { }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/DownLoadTemplate": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      },
      "get": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/Export": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/ExportSeedData": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Dt_PlatformStation/GetDetailPage": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/GetPageData": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/PageDataOptions"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/Import": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "type": "object",
                "properties": {
                  "fileInput": {
                    "type": "array",
                    "items": {
                      "type": "string",
                      "format": "binary"
                    }
                  }
                }
              },
              "encoding": {
                "fileInput": {
                  "style": "form"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/Update": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SaveModel"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SaveModel"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SaveModel"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SaveModel"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Dt_PlatformStation/UpdateData": {
      "post": {
        "tags": [
          "Dt_PlatformStation"
        ],
        "summary": " (Auth)",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/Dt_PlatformStation"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Dt_PlatformStation"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Dt_PlatformStation"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Dt_PlatformStation"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          }
        },
        "security": [
          {
            "oauth2": [ ]
          }
        ]
      }
    },
    "/api/Router/Add": {
      "post": {
        "tags": [
@@ -9951,7 +10444,7 @@
        ]
      }
    },
    "/warehouse/Add": {
    "/api/warehouse/Add": {
      "post": {
        "tags": [
          "WMSTask"
@@ -9999,7 +10492,7 @@
        ]
      }
    },
    "/warehouse/AddData": {
    "/api/warehouse/AddData": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10047,7 +10540,7 @@
        ]
      }
    },
    "/warehouse/Del": {
    "/api/warehouse/Del": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10099,7 +10592,7 @@
        ]
      }
    },
    "/warehouse/deverror": {
    "/api/warehouse/deverror": {
      "get": {
        "tags": [
          "WMSTask"
@@ -10200,7 +10693,7 @@
        }
      }
    },
    "/warehouse/DownLoadTemplate": {
    "/api/warehouse/DownLoadTemplate": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10246,7 +10739,7 @@
        ]
      }
    },
    "/warehouse/Export": {
    "/api/warehouse/Export": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10294,7 +10787,7 @@
        ]
      }
    },
    "/warehouse/ExportSeedData": {
    "/api/warehouse/ExportSeedData": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10306,7 +10799,7 @@
        }
      }
    },
    "/warehouse/getAGVStatus": {
    "/api/warehouse/getAGVStatus": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10359,7 +10852,7 @@
        }
      }
    },
    "/warehouse/GetDetailPage": {
    "/api/warehouse/GetDetailPage": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10407,7 +10900,7 @@
        ]
      }
    },
    "/warehouse/GetPageData": {
    "/api/warehouse/GetPageData": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10455,7 +10948,7 @@
        ]
      }
    },
    "/warehouse/getPortStatus": {
    "/api/warehouse/getPortStatus": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10520,7 +11013,7 @@
        }
      }
    },
    "/warehouse/getSafeStatus": {
    "/api/warehouse/getSafeStatus": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10585,7 +11078,7 @@
        }
      }
    },
    "/warehouse/Import": {
    "/api/warehouse/Import": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10632,7 +11125,7 @@
        ]
      }
    },
    "/warehouse/liftinposition": {
    "/api/warehouse/liftinposition": {
      "get": {
        "tags": [
          "WMSTask"
@@ -10684,7 +11177,7 @@
        }
      }
    },
    "/warehouse/saveTask": {
    "/api/warehouse/saveTask": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10737,7 +11230,7 @@
        }
      }
    },
    "/warehouse/scanData": {
    "/api/warehouse/scanData": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10790,7 +11283,7 @@
        }
      }
    },
    "/warehouse/setCurtain": {
    "/api/warehouse/setCurtain": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10843,7 +11336,7 @@
        }
      }
    },
    "/warehouse/taskreturn": {
    "/api/warehouse/taskreturn": {
      "get": {
        "tags": [
          "WMSTask"
@@ -10903,7 +11396,7 @@
        }
      }
    },
    "/warehouse/Update": {
    "/api/warehouse/Update": {
      "post": {
        "tags": [
          "WMSTask"
@@ -10951,7 +11444,7 @@
        ]
      }
    },
    "/warehouse/UpdateData": {
    "/api/warehouse/UpdateData": {
      "post": {
        "tags": [
          "WMSTask"
@@ -11594,6 +12087,40 @@
        },
        "additionalProperties": false
      },
      "Dt_PlatformStation": {
        "type": "object",
        "properties": {
          "station_id": {
            "type": "integer",
            "format": "int32"
          },
          "station_code": {
            "type": "string",
            "nullable": true
          },
          "station_material": {
            "type": "integer",
            "format": "int32"
          },
          "station_enable": {
            "type": "integer",
            "format": "int32"
          },
          "station_storey": {
            "type": "string",
            "nullable": true
          },
          "childPosiDeviceCode": {
            "type": "string",
            "nullable": true
          },
          "ro_id": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Dt_Router": {
        "type": "object",
        "properties": {