{ "openapi": "3.0.1", "info": { "title": "WIDESEAWCS 接口文档——.NET 6.0.19", "description": "WIDESEAWCS HTTP API v1", "version": "v1" }, "paths": { "/api/AgvStation/Add": { "post": { "tags": [ "AgvStation" ], "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/AgvStation/AddData": { "post": { "tags": [ "AgvStation" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/AGVStation" } }, "application/json": { "schema": { "$ref": "#/components/schemas/AGVStation" } }, "text/json": { "schema": { "$ref": "#/components/schemas/AGVStation" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/AGVStation" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/AgvStation/Del": { "post": { "tags": [ "AgvStation" ], "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/AgvStation/DownLoadTemplate": { "post": { "tags": [ "AgvStation" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "AgvStation" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/AgvStation/Export": { "post": { "tags": [ "AgvStation" ], "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/AgvStation/ExportSeedData": { "post": { "tags": [ "AgvStation" ], "responses": { "200": { "description": "Success" } } } }, "/api/AgvStation/GetDetailPage": { "post": { "tags": [ "AgvStation" ], "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/AgvStation/GetPageData": { "post": { "tags": [ "AgvStation" ], "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/AgvStation/Import": { "post": { "tags": [ "AgvStation" ], "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/AgvStation/Update": { "post": { "tags": [ "AgvStation" ], "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/AgvStation/UpdateData": { "post": { "tags": [ "AgvStation" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/AGVStation" } }, "application/json": { "schema": { "$ref": "#/components/schemas/AGVStation" } }, "text/json": { "schema": { "$ref": "#/components/schemas/AGVStation" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/AGVStation" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceInfo/Add": { "post": { "tags": [ "DeviceInfo" ], "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/DeviceInfo/AddData": { "post": { "tags": [ "DeviceInfo" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceInfo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceInfo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceInfo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceInfo" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceInfo/Del": { "post": { "tags": [ "DeviceInfo" ], "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/DeviceInfo/DownLoadTemplate": { "post": { "tags": [ "DeviceInfo" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "DeviceInfo" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceInfo/Export": { "post": { "tags": [ "DeviceInfo" ], "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/DeviceInfo/ExportSeedData": { "post": { "tags": [ "DeviceInfo" ], "responses": { "200": { "description": "Success" } } } }, "/api/DeviceInfo/GetDetailPage": { "post": { "tags": [ "DeviceInfo" ], "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/DeviceInfo/GetDeviceProInfos": { "post": { "tags": [ "DeviceInfo" ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DeviceInfoDTO" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DeviceInfoDTO" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/DeviceInfoDTO" } } } } } } } }, "/api/DeviceInfo/GetPageData": { "post": { "tags": [ "DeviceInfo" ], "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/DeviceInfo/Import": { "post": { "tags": [ "DeviceInfo" ], "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/DeviceInfo/Update": { "post": { "tags": [ "DeviceInfo" ], "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/DeviceInfo/UpdateData": { "post": { "tags": [ "DeviceInfo" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceInfo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceInfo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceInfo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceInfo" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceProtocol/Add": { "post": { "tags": [ "DeviceProtocol" ], "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/DeviceProtocol/AddData": { "post": { "tags": [ "DeviceProtocol" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocol" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocol" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocol" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocol" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceProtocol/Del": { "post": { "tags": [ "DeviceProtocol" ], "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/DeviceProtocol/DownLoadTemplate": { "post": { "tags": [ "DeviceProtocol" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "DeviceProtocol" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceProtocol/Export": { "post": { "tags": [ "DeviceProtocol" ], "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/DeviceProtocol/ExportSeedData": { "post": { "tags": [ "DeviceProtocol" ], "responses": { "200": { "description": "Success" } } } }, "/api/DeviceProtocol/GetDetailPage": { "post": { "tags": [ "DeviceProtocol" ], "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/DeviceProtocol/GetImportData": { "post": { "tags": [ "DeviceProtocol" ], "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", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/WebResponseContent" } }, "application/json": { "schema": { "$ref": "#/components/schemas/WebResponseContent" } }, "text/json": { "schema": { "$ref": "#/components/schemas/WebResponseContent" } } } } } } }, "/api/DeviceProtocol/GetImportData2": { "post": { "tags": [ "DeviceProtocol" ], "responses": { "200": { "description": "Success" } } } }, "/api/DeviceProtocol/GetImportData3": { "post": { "tags": [ "DeviceProtocol" ], "responses": { "200": { "description": "Success" } } } }, "/api/DeviceProtocol/GetImportData4": { "post": { "tags": [ "DeviceProtocol" ], "responses": { "200": { "description": "Success" } } } }, "/api/DeviceProtocol/GetPageData": { "post": { "tags": [ "DeviceProtocol" ], "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/DeviceProtocol/Import": { "post": { "tags": [ "DeviceProtocol" ], "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/DeviceProtocol/Update": { "post": { "tags": [ "DeviceProtocol" ], "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/DeviceProtocol/UpdateData": { "post": { "tags": [ "DeviceProtocol" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocol" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocol" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocol" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocol" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceProtocolDetail/Add": { "post": { "tags": [ "DeviceProtocolDetail" ], "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/DeviceProtocolDetail/AddData": { "post": { "tags": [ "DeviceProtocolDetail" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocolDetail" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocolDetail" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocolDetail" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocolDetail" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceProtocolDetail/Del": { "post": { "tags": [ "DeviceProtocolDetail" ], "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/DeviceProtocolDetail/DownLoadTemplate": { "post": { "tags": [ "DeviceProtocolDetail" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "DeviceProtocolDetail" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DeviceProtocolDetail/Export": { "post": { "tags": [ "DeviceProtocolDetail" ], "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/DeviceProtocolDetail/ExportSeedData": { "post": { "tags": [ "DeviceProtocolDetail" ], "responses": { "200": { "description": "Success" } } } }, "/api/DeviceProtocolDetail/GetDetailPage": { "post": { "tags": [ "DeviceProtocolDetail" ], "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/DeviceProtocolDetail/GetPageData": { "post": { "tags": [ "DeviceProtocolDetail" ], "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/DeviceProtocolDetail/Import": { "post": { "tags": [ "DeviceProtocolDetail" ], "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/DeviceProtocolDetail/Update": { "post": { "tags": [ "DeviceProtocolDetail" ], "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/DeviceProtocolDetail/UpdateData": { "post": { "tags": [ "DeviceProtocolDetail" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocolDetail" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocolDetail" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocolDetail" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_DeviceProtocolDetail" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DispatchInfo/Add": { "post": { "tags": [ "DispatchInfo" ], "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/DispatchInfo/AddData": { "post": { "tags": [ "DispatchInfo" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_DispatchInfo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_DispatchInfo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_DispatchInfo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_DispatchInfo" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DispatchInfo/Del": { "post": { "tags": [ "DispatchInfo" ], "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/DispatchInfo/DownLoadTemplate": { "post": { "tags": [ "DispatchInfo" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "DispatchInfo" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/DispatchInfo/Export": { "post": { "tags": [ "DispatchInfo" ], "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/DispatchInfo/ExportSeedData": { "post": { "tags": [ "DispatchInfo" ], "responses": { "200": { "description": "Success" } } } }, "/api/DispatchInfo/GetDetailPage": { "post": { "tags": [ "DispatchInfo" ], "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/DispatchInfo/GetPageData": { "post": { "tags": [ "DispatchInfo" ], "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/DispatchInfo/Import": { "post": { "tags": [ "DispatchInfo" ], "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/DispatchInfo/Update": { "post": { "tags": [ "DispatchInfo" ], "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/DispatchInfo/UpdateData": { "post": { "tags": [ "DispatchInfo" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_DispatchInfo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_DispatchInfo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_DispatchInfo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_DispatchInfo" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/dt_log/Add": { "post": { "tags": [ "dt_log" ], "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_log/AddData": { "post": { "tags": [ "dt_log" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Log" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Log" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/dt_log/Del": { "post": { "tags": [ "dt_log" ], "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_log/DownLoadTemplate": { "post": { "tags": [ "dt_log" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "dt_log" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/dt_log/Export": { "post": { "tags": [ "dt_log" ], "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_log/ExportSeedData": { "post": { "tags": [ "dt_log" ], "responses": { "200": { "description": "Success" } } } }, "/api/dt_log/GetDetailPage": { "post": { "tags": [ "dt_log" ], "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_log/GetLogData": { "post": { "tags": [ "dt_log" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/GetLogParm" } }, "application/json": { "schema": { "$ref": "#/components/schemas/GetLogParm" } }, "text/json": { "schema": { "$ref": "#/components/schemas/GetLogParm" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/GetLogParm" } } } }, "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" } } } } } } }, "/api/dt_log/GetLogList": { "post": { "tags": [ "dt_log" ], "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" } } } } } } }, "/api/dt_log/GetPageData": { "post": { "tags": [ "dt_log" ], "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_log/Import": { "post": { "tags": [ "dt_log" ], "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_log/Update": { "post": { "tags": [ "dt_log" ], "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_log/UpdateData": { "post": { "tags": [ "dt_log" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Log" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Log" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Log" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Log" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/EquipmentStatus/Add": { "post": { "tags": [ "EquipmentStatus" ], "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/EquipmentStatus/AddData": { "post": { "tags": [ "EquipmentStatus" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/EquipmentStatus" } }, "application/json": { "schema": { "$ref": "#/components/schemas/EquipmentStatus" } }, "text/json": { "schema": { "$ref": "#/components/schemas/EquipmentStatus" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/EquipmentStatus" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/EquipmentStatus/Del": { "post": { "tags": [ "EquipmentStatus" ], "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/EquipmentStatus/DownLoadTemplate": { "post": { "tags": [ "EquipmentStatus" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "EquipmentStatus" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/EquipmentStatus/Export": { "post": { "tags": [ "EquipmentStatus" ], "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/EquipmentStatus/ExportSeedData": { "post": { "tags": [ "EquipmentStatus" ], "responses": { "200": { "description": "Success" } } } }, "/api/EquipmentStatus/GetDetailPage": { "post": { "tags": [ "EquipmentStatus" ], "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/EquipmentStatus/GetPageData": { "post": { "tags": [ "EquipmentStatus" ], "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/EquipmentStatus/Import": { "post": { "tags": [ "EquipmentStatus" ], "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/EquipmentStatus/Update": { "post": { "tags": [ "EquipmentStatus" ], "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/EquipmentStatus/UpdateData": { "post": { "tags": [ "EquipmentStatus" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/EquipmentStatus" } }, "application/json": { "schema": { "$ref": "#/components/schemas/EquipmentStatus" } }, "text/json": { "schema": { "$ref": "#/components/schemas/EquipmentStatus" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/EquipmentStatus" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Router/Add": { "post": { "tags": [ "Router" ], "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/Router/AddData": { "post": { "tags": [ "Router" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_Router" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_Router" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_Router" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_Router" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Router/AddRouters": { "post": { "tags": [ "Router" ], "parameters": [ { "name": "routerType", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/RoutersAddDTO" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/RoutersAddDTO" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/RoutersAddDTO" } } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/RoutersAddDTO" } } } } }, "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" } } } } } } }, "/api/Router/Del": { "post": { "tags": [ "Router" ], "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/Router/DownLoadTemplate": { "post": { "tags": [ "Router" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Router" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Router/Export": { "post": { "tags": [ "Router" ], "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/Router/ExportSeedData": { "post": { "tags": [ "Router" ], "responses": { "200": { "description": "Success" } } } }, "/api/Router/GetAllWholeRouters": { "post": { "tags": [ "Router" ], "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" } } } } } } }, "/api/Router/GetBaseRouterInfo": { "post": { "tags": [ "Router" ], "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" } } } } } } }, "/api/Router/GetDetailPage": { "post": { "tags": [ "Router" ], "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/Router/GetPageData": { "post": { "tags": [ "Router" ], "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/Router/Import": { "post": { "tags": [ "Router" ], "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/Router/QueryAllPositions": { "post": { "tags": [ "Router" ], "parameters": [ { "name": "deviceCode", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "type": "string" } } }, "application/json": { "schema": { "type": "array", "items": { "type": "string" } } }, "text/json": { "schema": { "type": "array", "items": { "type": "string" } } } } } } } }, "/api/Router/QueryRoutes": { "post": { "tags": [ "Router" ], "parameters": [ { "name": "startPosi", "in": "query", "schema": { "type": "string" } }, { "name": "endPosi", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Dt_Router" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Dt_Router" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Dt_Router" } } } } } } } }, "/api/Router/Update": { "post": { "tags": [ "Router" ], "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/Router/UpdateData": { "post": { "tags": [ "Router" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_Router" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_Router" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_Router" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_Router" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Scheduler/AddScheduleJob": { "post": { "tags": [ "Scheduler" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "text/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } } } }, "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" } } } } } } }, "/api/Scheduler/DeleteScheduleJob": { "post": { "tags": [ "Scheduler" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "text/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } } } }, "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" } } } } } } }, "/api/Scheduler/ExecuteJob": { "post": { "tags": [ "Scheduler" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "text/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } } } }, "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" } } } } } } }, "/api/Scheduler/PauseJob": { "post": { "tags": [ "Scheduler" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "text/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } } } }, "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" } } } } } } }, "/api/Scheduler/ResumeJob": { "post": { "tags": [ "Scheduler" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "text/json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/DispatchInfoDTO" } } } }, "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" } } } } } } }, "/api/Scheduler/StartSchedule": { "get": { "tags": [ "Scheduler" ], "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" } } } } } } }, "/api/Scheduler/StopSchedule": { "get": { "tags": [ "Scheduler" ], "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" } } } } } } }, "/api/Sys_Dictionary/Add": { "post": { "tags": [ "Sys_Dictionary" ], "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/Sys_Dictionary/AddData": { "post": { "tags": [ "Sys_Dictionary" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Dictionary" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Dictionary" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Dictionary" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Dictionary" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Dictionary/Del": { "post": { "tags": [ "Sys_Dictionary" ], "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/Sys_Dictionary/DownLoadTemplate": { "post": { "tags": [ "Sys_Dictionary" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Sys_Dictionary" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Dictionary/Export": { "post": { "tags": [ "Sys_Dictionary" ], "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/Sys_Dictionary/ExportSeedData": { "post": { "tags": [ "Sys_Dictionary" ], "responses": { "200": { "description": "Success" } } } }, "/api/Sys_Dictionary/GetDetailPage": { "post": { "tags": [ "Sys_Dictionary" ], "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/Sys_Dictionary/GetPageData": { "post": { "tags": [ "Sys_Dictionary" ], "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/Sys_Dictionary/GetVueDictionary": { "post": { "tags": [ "Sys_Dictionary" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "string" } } }, "application/json": { "schema": { "type": "array", "items": { "type": "string" } } }, "text/json": { "schema": { "type": "array", "items": { "type": "string" } } }, "application/*+json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "200": { "description": "Success" } } } }, "/api/Sys_Dictionary/Import": { "post": { "tags": [ "Sys_Dictionary" ], "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/Sys_Dictionary/Update": { "post": { "tags": [ "Sys_Dictionary" ], "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/Sys_Dictionary/UpdateData": { "post": { "tags": [ "Sys_Dictionary" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Dictionary" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Dictionary" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Dictionary" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Dictionary" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_DictionaryList/Add": { "post": { "tags": [ "Sys_DictionaryList" ], "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/Sys_DictionaryList/AddData": { "post": { "tags": [ "Sys_DictionaryList" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_DictionaryList" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_DictionaryList" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_DictionaryList" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_DictionaryList" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_DictionaryList/Del": { "post": { "tags": [ "Sys_DictionaryList" ], "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/Sys_DictionaryList/DownLoadTemplate": { "post": { "tags": [ "Sys_DictionaryList" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Sys_DictionaryList" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_DictionaryList/Export": { "post": { "tags": [ "Sys_DictionaryList" ], "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/Sys_DictionaryList/ExportSeedData": { "post": { "tags": [ "Sys_DictionaryList" ], "responses": { "200": { "description": "Success" } } } }, "/api/Sys_DictionaryList/GetDetailPage": { "post": { "tags": [ "Sys_DictionaryList" ], "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/Sys_DictionaryList/GetPageData": { "post": { "tags": [ "Sys_DictionaryList" ], "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/Sys_DictionaryList/Import": { "post": { "tags": [ "Sys_DictionaryList" ], "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/Sys_DictionaryList/Update": { "post": { "tags": [ "Sys_DictionaryList" ], "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/Sys_DictionaryList/UpdateData": { "post": { "tags": [ "Sys_DictionaryList" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_DictionaryList" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_DictionaryList" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_DictionaryList" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_DictionaryList" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Menu/Add": { "post": { "tags": [ "Sys_Menu" ], "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/Sys_Menu/AddData": { "post": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Menu/Del": { "post": { "tags": [ "Sys_Menu" ], "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/Sys_Menu/delMenu": { "post": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "parameters": [ { "name": "menuId", "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/Sys_Menu/DownLoadTemplate": { "post": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Menu/Export": { "post": { "tags": [ "Sys_Menu" ], "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/Sys_Menu/ExportSeedData": { "post": { "tags": [ "Sys_Menu" ], "responses": { "200": { "description": "Success" } } } }, "/api/Sys_Menu/GetDetailPage": { "post": { "tags": [ "Sys_Menu" ], "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/Sys_Menu/getMenu": { "post": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Menu/GetPageData": { "post": { "tags": [ "Sys_Menu" ], "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/Sys_Menu/getTreeItem": { "post": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "parameters": [ { "name": "menuId", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Menu/getTreeMenu": { "get": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "post": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Menu/Import": { "post": { "tags": [ "Sys_Menu" ], "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/Sys_Menu/save": { "post": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Menu/Update": { "post": { "tags": [ "Sys_Menu" ], "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/Sys_Menu/UpdateData": { "post": { "tags": [ "Sys_Menu" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Menu" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Role/Add": { "post": { "tags": [ "Sys_Role" ], "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/Sys_Role/AddData": { "post": { "tags": [ "Sys_Role" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Role" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Role" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Role" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Role" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Role/Del": { "post": { "tags": [ "Sys_Role" ], "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/Sys_Role/DownLoadTemplate": { "post": { "tags": [ "Sys_Role" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Sys_Role" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Role/Export": { "post": { "tags": [ "Sys_Role" ], "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/Sys_Role/ExportSeedData": { "post": { "tags": [ "Sys_Role" ], "responses": { "200": { "description": "Success" } } } }, "/api/Sys_Role/getCurrentTreePermission": { "post": { "tags": [ "Sys_Role" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Role/GetDetailPage": { "post": { "tags": [ "Sys_Role" ], "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/Sys_Role/GetPageData": { "post": { "tags": [ "Sys_Role" ], "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/Sys_Role/getUserChildRoles": { "post": { "tags": [ "Sys_Role" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Role/getUserTreePermission": { "post": { "tags": [ "Sys_Role" ], "summary": " (Auth)", "parameters": [ { "name": "roleId", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Role/Import": { "post": { "tags": [ "Sys_Role" ], "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/Sys_Role/savePermission": { "post": { "tags": [ "Sys_Role" ], "summary": " (Auth)", "parameters": [ { "name": "roleId", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/UserPermissionDTO" } } }, "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/UserPermissionDTO" } } }, "text/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/UserPermissionDTO" } } }, "application/*+json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/UserPermissionDTO" } } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_Role/Update": { "post": { "tags": [ "Sys_Role" ], "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/Sys_Role/UpdateData": { "post": { "tags": [ "Sys_Role" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Role" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Role" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Role" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Role" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_RoleAuth/Add": { "post": { "tags": [ "Sys_RoleAuth" ], "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/Sys_RoleAuth/AddData": { "post": { "tags": [ "Sys_RoleAuth" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_RoleAuth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_RoleAuth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_RoleAuth" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_RoleAuth" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_RoleAuth/Del": { "post": { "tags": [ "Sys_RoleAuth" ], "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/Sys_RoleAuth/DownLoadTemplate": { "post": { "tags": [ "Sys_RoleAuth" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Sys_RoleAuth" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Sys_RoleAuth/Export": { "post": { "tags": [ "Sys_RoleAuth" ], "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/Sys_RoleAuth/ExportSeedData": { "post": { "tags": [ "Sys_RoleAuth" ], "responses": { "200": { "description": "Success" } } } }, "/api/Sys_RoleAuth/GetDetailPage": { "post": { "tags": [ "Sys_RoleAuth" ], "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/Sys_RoleAuth/GetPageData": { "post": { "tags": [ "Sys_RoleAuth" ], "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/Sys_RoleAuth/Import": { "post": { "tags": [ "Sys_RoleAuth" ], "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/Sys_RoleAuth/Update": { "post": { "tags": [ "Sys_RoleAuth" ], "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/Sys_RoleAuth/UpdateData": { "post": { "tags": [ "Sys_RoleAuth" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_RoleAuth" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_RoleAuth" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_RoleAuth" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_RoleAuth" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Task_Hty/Add": { "post": { "tags": [ "Dt_Task_hty" ], "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/Task_Hty/AddData": { "post": { "tags": [ "Dt_Task_hty" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_Task_hty" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_Task_hty" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_Task_hty" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_Task_hty" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Task_Hty/Del": { "post": { "tags": [ "Dt_Task_hty" ], "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/Task_Hty/DownLoadTemplate": { "post": { "tags": [ "Dt_Task_hty" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Dt_Task_hty" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Task_Hty/Export": { "post": { "tags": [ "Dt_Task_hty" ], "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/Task_Hty/ExportSeedData": { "post": { "tags": [ "Dt_Task_hty" ], "responses": { "200": { "description": "Success" } } } }, "/api/Task_Hty/GetDetailPage": { "post": { "tags": [ "Dt_Task_hty" ], "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/Task_Hty/GetPageData": { "post": { "tags": [ "Dt_Task_hty" ], "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/Task_Hty/Import": { "post": { "tags": [ "Dt_Task_hty" ], "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/Task_Hty/Update": { "post": { "tags": [ "Dt_Task_hty" ], "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/Task_Hty/UpdateData": { "post": { "tags": [ "Dt_Task_hty" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_Task_hty" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_Task_hty" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_Task_hty" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_Task_hty" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Task/Add": { "post": { "tags": [ "Task" ], "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/Task/AddData": { "post": { "tags": [ "Task" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Task/CompletedManually": { "post": { "tags": [ "Task" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "text/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "application/*+json": { "schema": { "type": "array", "items": { "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": [ ] } ] }, "get": { "tags": [ "Task" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "text/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "application/*+json": { "schema": { "type": "array", "items": { "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/Del": { "post": { "tags": [ "Task" ], "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/Task/DownLoadTemplate": { "post": { "tags": [ "Task" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Task" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Task/Export": { "post": { "tags": [ "Task" ], "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/Task/ExportSeedData": { "post": { "tags": [ "Task" ], "responses": { "200": { "description": "Success" } } } }, "/api/Task/GetDetailPage": { "post": { "tags": [ "Task" ], "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/Task/GetPageData": { "post": { "tags": [ "Task" ], "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/Task/Import": { "post": { "tags": [ "Task" ], "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/Task/MHWCSTaskCancel": { "post": { "tags": [ "Task" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "text/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "application/*+json": { "schema": { "type": "array", "items": { "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": [ ] } ] }, "get": { "tags": [ "Task" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "text/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "application/*+json": { "schema": { "type": "array", "items": { "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/RollbackTaskStatusToLast": { "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": [ ] } ] }, "get": { "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/TaskStatusRecovery": { "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": [ ] } ] }, "get": { "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/Update": { "post": { "tags": [ "Task" ], "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/Task/UpdateData": { "post": { "tags": [ "Task" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Task/UpdateTaskExceptionMessage": { "post": { "tags": [ "Task" ], "summary": " (Auth)", "parameters": [ { "name": "taskNum", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "message", "in": "query", "schema": { "type": "string" } } ], "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)", "parameters": [ { "name": "taskNum", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "message", "in": "query", "schema": { "type": "string" } } ], "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/TaskExecuteDetail/Add": { "post": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/AddData": { "post": { "tags": [ "TaskExecuteDetail" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_TaskExecuteDetail" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_TaskExecuteDetail" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_TaskExecuteDetail" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_TaskExecuteDetail" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/TaskExecuteDetail/Del": { "post": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/DownLoadTemplate": { "post": { "tags": [ "TaskExecuteDetail" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "TaskExecuteDetail" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/TaskExecuteDetail/Export": { "post": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/ExportSeedData": { "post": { "tags": [ "TaskExecuteDetail" ], "responses": { "200": { "description": "Success" } } } }, "/api/TaskExecuteDetail/GetDetailDatas": { "post": { "tags": [ "TaskExecuteDetail" ], "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": [ ] } ] }, "get": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/GetDetailInfo": { "post": { "tags": [ "TaskExecuteDetail" ], "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": [ ] } ] }, "get": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/GetDetailPage": { "post": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/GetPageData": { "post": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/Import": { "post": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/Update": { "post": { "tags": [ "TaskExecuteDetail" ], "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/TaskExecuteDetail/UpdateData": { "post": { "tags": [ "TaskExecuteDetail" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_TaskExecuteDetail" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_TaskExecuteDetail" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_TaskExecuteDetail" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_TaskExecuteDetail" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/tenant/Add": { "post": { "tags": [ "Sys_Tenant" ], "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/tenant/AddData": { "post": { "tags": [ "Sys_Tenant" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Tenant" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Tenant" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Tenant" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Tenant" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/tenant/Del": { "post": { "tags": [ "Sys_Tenant" ], "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/tenant/DownLoadTemplate": { "post": { "tags": [ "Sys_Tenant" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Sys_Tenant" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/tenant/Export": { "post": { "tags": [ "Sys_Tenant" ], "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/tenant/ExportSeedData": { "post": { "tags": [ "Sys_Tenant" ], "responses": { "200": { "description": "Success" } } } }, "/api/tenant/GetDetailPage": { "post": { "tags": [ "Sys_Tenant" ], "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/tenant/GetPageData": { "post": { "tags": [ "Sys_Tenant" ], "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/tenant/Import": { "post": { "tags": [ "Sys_Tenant" ], "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/tenant/initTenantInfo": { "get": { "tags": [ "Sys_Tenant" ], "parameters": [ { "name": "tenantName", "in": "query", "schema": { "type": "string" } }, { "name": "tenantType", "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" } } } } } } }, "/api/tenant/Update": { "post": { "tags": [ "Sys_Tenant" ], "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/tenant/UpdateData": { "post": { "tags": [ "Sys_Tenant" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_Tenant" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_Tenant" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_Tenant" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_Tenant" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/User/Add": { "post": { "tags": [ "Sys_User" ], "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/User/AddData": { "post": { "tags": [ "Sys_User" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_User" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/User/Del": { "post": { "tags": [ "Sys_User" ], "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/User/DownLoadTemplate": { "post": { "tags": [ "Sys_User" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Sys_User" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/User/Export": { "post": { "tags": [ "Sys_User" ], "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/User/ExportSeedData": { "post": { "tags": [ "Sys_User" ], "responses": { "200": { "description": "Success" } } } }, "/api/User/getCurrentUserInfo": { "post": { "tags": [ "Sys_User" ], "summary": " (Auth)", "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/User/GetDetailPage": { "post": { "tags": [ "Sys_User" ], "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/User/GetPageData": { "post": { "tags": [ "Sys_User" ], "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/User/getVierificationCode": { "get": { "tags": [ "Sys_User" ], "responses": { "200": { "description": "Success" } } } }, "/api/User/Import": { "post": { "tags": [ "Sys_User" ], "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/User/login": { "post": { "tags": [ "Sys_User" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/LoginInfo" } }, "application/json": { "schema": { "$ref": "#/components/schemas/LoginInfo" } }, "text/json": { "schema": { "$ref": "#/components/schemas/LoginInfo" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/LoginInfo" } } } }, "responses": { "200": { "description": "Success" } } } }, "/api/User/modifyPwd": { "post": { "tags": [ "Sys_User" ], "summary": " (Auth)", "parameters": [ { "name": "oldPwd", "in": "query", "schema": { "type": "string" } }, { "name": "newPwd", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/User/replaceToken": { "post": { "tags": [ "Sys_User" ], "summary": " (Auth)", "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/User/SerializeJwt": { "get": { "tags": [ "Sys_User" ], "parameters": [ { "name": "code", "in": "query", "schema": { "type": "string" } } ], "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" } } } } } } }, "/api/User/Update": { "post": { "tags": [ "Sys_User" ], "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/User/UpdateData": { "post": { "tags": [ "Sys_User" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Sys_User" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Sys_User" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Sys_User" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Sys_User" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/WcsApi/Add": { "post": { "tags": [ "Wcs" ], "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": [ ] } ] } }, "/WcsApi/AddData": { "post": { "tags": [ "Wcs" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/WcsApi/Del": { "post": { "tags": [ "Wcs" ], "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": [ ] } ] } }, "/WcsApi/DownLoadTemplate": { "post": { "tags": [ "Wcs" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Wcs" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/WcsApi/Export": { "post": { "tags": [ "Wcs" ], "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": [ ] } ] } }, "/WcsApi/ExportSeedData": { "post": { "tags": [ "Wcs" ], "responses": { "200": { "description": "Success" } } } }, "/WcsApi/GetDetailPage": { "post": { "tags": [ "Wcs" ], "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": [ ] } ] } }, "/WcsApi/GetPageData": { "post": { "tags": [ "Wcs" ], "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": [ ] } ] } }, "/WcsApi/Import": { "post": { "tags": [ "Wcs" ], "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": [ ] } ] } }, "/WcsApi/RgvStatus": { "post": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/StatusqueryReception" } }, "application/json": { "schema": { "$ref": "#/components/schemas/StatusqueryReception" } }, "text/json": { "schema": { "$ref": "#/components/schemas/StatusqueryReception" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/StatusqueryReception" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/RGVStoResponse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/RGVStoResponse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/RGVStoResponse" } } } } } }, "get": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/StatusqueryReception" } }, "application/json": { "schema": { "$ref": "#/components/schemas/StatusqueryReception" } }, "text/json": { "schema": { "$ref": "#/components/schemas/StatusqueryReception" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/StatusqueryReception" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/RGVStoResponse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/RGVStoResponse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/RGVStoResponse" } } } } } } }, "/WcsApi/StkErrorStatus": { "post": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SCErrorStatusReception" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SCErrorStatusReception" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SCErrorStatusReception" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SCErrorStatusReception" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } } } } } }, "get": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SCErrorStatusReception" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SCErrorStatusReception" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SCErrorStatusReception" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SCErrorStatusReception" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } } } } } } }, "/WcsApi/StkPickPutStatus": { "post": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SCstatusReception" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SCstatusReception" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SCstatusReception" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SCstatusReception" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } } } } } }, "get": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SCstatusReception" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SCstatusReception" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SCstatusReception" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SCstatusReception" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } } } } } } }, "/WcsApi/StkRunStatus": { "post": { "tags": [ "Wcs" ], "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" } } } } } }, "get": { "tags": [ "Wcs" ], "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" } } } } } } }, "/WcsApi/TaskCancel": { "post": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/TaskcanceledReception" } }, "application/json": { "schema": { "$ref": "#/components/schemas/TaskcanceledReception" } }, "text/json": { "schema": { "$ref": "#/components/schemas/TaskcanceledReception" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/TaskcanceledReception" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } } } } } }, "get": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/TaskcanceledReception" } }, "application/json": { "schema": { "$ref": "#/components/schemas/TaskcanceledReception" } }, "text/json": { "schema": { "$ref": "#/components/schemas/TaskcanceledReception" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/TaskcanceledReception" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } } } } } } }, "/WcsApi/TaskInstruction": { "post": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/ExpoTaskDTO" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoTaskDTO" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoTaskDTO" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/ExpoTaskDTO" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } } } } } }, "get": { "tags": [ "Wcs" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/ExpoTaskDTO" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoTaskDTO" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoTaskDTO" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/ExpoTaskDTO" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ExpoReverse" } } } } } } }, "/WcsApi/TaskResultIn": { "post": { "tags": [ "Wcs" ], "parameters": [ { "name": "taskNo", "in": "query", "schema": { "type": "string" } }, { "name": "finalAddress", "in": "query", "schema": { "type": "string" } }, { "name": "status", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "remark", "in": "query", "schema": { "type": "string" } } ], "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" } } } } } }, "get": { "tags": [ "Wcs" ], "parameters": [ { "name": "taskNo", "in": "query", "schema": { "type": "string" } }, { "name": "finalAddress", "in": "query", "schema": { "type": "string" } }, { "name": "status", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "remark", "in": "query", "schema": { "type": "string" } } ], "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" } } } } } } }, "/WcsApi/TaskResultOut": { "post": { "tags": [ "Wcs" ], "parameters": [ { "name": "taskNo", "in": "query", "schema": { "type": "string" } }, { "name": "finalAddress", "in": "query", "schema": { "type": "string" } }, { "name": "status", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "remark", "in": "query", "schema": { "type": "string" } } ], "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" } } } } } }, "get": { "tags": [ "Wcs" ], "parameters": [ { "name": "taskNo", "in": "query", "schema": { "type": "string" } }, { "name": "finalAddress", "in": "query", "schema": { "type": "string" } }, { "name": "status", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "remark", "in": "query", "schema": { "type": "string" } } ], "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" } } } } } } }, "/WcsApi/Update": { "post": { "tags": [ "Wcs" ], "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": [ ] } ] } }, "/WcsApi/UpdateData": { "post": { "tags": [ "Wcs" ], "summary": " (Auth)", "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "application/json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "text/json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/Dt_Task" } } } }, "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } } }, "components": { "schemas": { "AGVStation": { "type": "object", "properties": { "station_id": { "type": "integer", "format": "int32" }, "station_code": { "type": "integer", "format": "int32" }, "station_name": { "type": "string", "nullable": true }, "station_material": { "type": "integer", "format": "int32" }, "station_enable": { "type": "integer", "format": "int32" }, "station_Area": { "type": "integer", "format": "int32" }, "station_remark": { "type": "string", "nullable": true }, "childPosiDeviceCode": { "type": "string", "nullable": true }, "motherCarDeviceCode": { "type": "string", "nullable": true }, "motherCardeputy": { "type": "string", "nullable": true }, "motherinlaw": { "type": "string", "nullable": true }, "zicheMotherinlaw": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ActionDTO": { "type": "object", "properties": { "actionId": { "type": "integer", "format": "int32" }, "menuId": { "type": "integer", "format": "int32" }, "text": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true } }, "additionalProperties": false }, "DeviceInfoDTO": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "id": { "type": "integer", "format": "int32" }, "dispatchId": { "type": "integer", "format": "int32", "nullable": true }, "deviceCode": { "type": "string", "nullable": true }, "deviceName": { "type": "string", "nullable": true }, "deviceType": { "type": "string", "nullable": true }, "deviceStatus": { "type": "string", "nullable": true }, "deviceIp": { "type": "string", "nullable": true }, "devicePort": { "type": "integer", "format": "int32" }, "devicePlcType": { "type": "string", "nullable": true }, "deviceRemark": { "type": "string", "nullable": true }, "protocolList": { "type": "array", "items": { "$ref": "#/components/schemas/Dt_DeviceProtocol" }, "nullable": true }, "device": { "$ref": "#/components/schemas/IDevice" } }, "additionalProperties": false }, "DispatchInfoDTO": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string", "nullable": true }, "jobGroup": { "type": "string", "nullable": true }, "assemblyName": { "type": "string", "nullable": true }, "className": { "type": "string", "nullable": true }, "intervalSecond": { "type": "integer", "format": "int32" }, "beginTime": { "type": "string", "format": "date-time", "nullable": true }, "endTime": { "type": "string", "format": "date-time", "nullable": true }, "remark": { "type": "string", "nullable": true }, "cycleHasRunTimes": { "type": "integer", "format": "int32" }, "jobParams": { "nullable": true }, "deviceType": { "type": "string", "nullable": true }, "enable": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Dt_DeviceInfo": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "id": { "type": "integer", "format": "int32" }, "dispatchId": { "type": "integer", "format": "int32", "nullable": true }, "deviceCode": { "type": "string", "nullable": true }, "deviceName": { "type": "string", "nullable": true }, "deviceType": { "type": "string", "nullable": true }, "deviceStatus": { "type": "string", "nullable": true }, "deviceIp": { "type": "string", "nullable": true }, "devicePort": { "type": "integer", "format": "int32" }, "devicePlcType": { "type": "string", "nullable": true }, "deviceRemark": { "type": "string", "nullable": true }, "protocolList": { "type": "array", "items": { "$ref": "#/components/schemas/Dt_DeviceProtocol" }, "nullable": true } }, "additionalProperties": false }, "Dt_DeviceProtocol": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "id": { "type": "integer", "format": "int32" }, "deviceId": { "type": "integer", "format": "int32" }, "deviceChildCode": { "type": "string", "nullable": true }, "deviceProDataBlock": { "type": "string", "nullable": true }, "deviceProOffset": { "type": "number", "format": "double" }, "deviceProDataType": { "type": "string", "nullable": true }, "deviceProDataLength": { "type": "integer", "format": "int32" }, "deviceProParamName": { "type": "string", "nullable": true }, "deviceProParamType": { "type": "string", "nullable": true }, "deviceProParamDes": { "type": "string", "nullable": true }, "deviceProRemark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Dt_DeviceProtocolDetail": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "id": { "type": "integer", "format": "int32" }, "deviceType": { "type": "string", "nullable": true }, "deviceProParamName": { "type": "string", "nullable": true }, "protocolDetailType": { "type": "string", "nullable": true }, "protocalDetailValue": { "type": "string", "nullable": true }, "protocolDetailDes": { "type": "string", "nullable": true }, "remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Dt_DispatchInfo": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string", "nullable": true }, "jobGroup": { "type": "string", "nullable": true }, "assemblyName": { "type": "string", "nullable": true }, "className": { "type": "string", "nullable": true }, "intervalSecond": { "type": "integer", "format": "int32" }, "beginTime": { "type": "string", "format": "date-time", "nullable": true }, "endTime": { "type": "string", "format": "date-time", "nullable": true }, "remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Dt_Router": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "id": { "type": "integer", "format": "int32" }, "startPosi": { "type": "string", "nullable": true }, "nextPosi": { "type": "string", "nullable": true }, "inOutType": { "type": "integer", "format": "int32" }, "childPosi": { "type": "string", "nullable": true }, "childPosiDeviceCode": { "type": "string", "nullable": true }, "srmRow": { "type": "integer", "format": "int32", "nullable": true }, "srmColumn": { "type": "integer", "format": "int32", "nullable": true }, "srmLayer": { "type": "integer", "format": "int32", "nullable": true }, "depth": { "type": "integer", "format": "int32", "nullable": true }, "isEnd": { "type": "boolean" }, "remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Dt_Task": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "taskId": { "type": "integer", "format": "int32" }, "taskNum": { "type": "integer", "format": "int32" }, "palletCode": { "type": "string", "nullable": true }, "roadway": { "type": "string", "nullable": true }, "taskType": { "type": "integer", "format": "int32" }, "rgvTaskType": { "type": "integer", "format": "int32" }, "rgvCurrentexecution": { "type": "string", "nullable": true }, "taskState": { "type": "integer", "format": "int32" }, "sourceAddress": { "type": "string", "nullable": true }, "targetAddress": { "type": "string", "nullable": true }, "currentAddress": { "type": "string", "nullable": true }, "nextAddress": { "type": "string", "nullable": true }, "exceptionMessage": { "type": "string", "nullable": true }, "grade": { "type": "integer", "format": "int32" }, "wmsId": { "type": "integer", "format": "int32" }, "dispatchertime": { "type": "string", "format": "date-time", "nullable": true }, "remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Dt_TaskExecuteDetail": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "taskDetailId": { "type": "integer", "format": "int32" }, "taskId": { "type": "integer", "format": "int32" }, "taskNum": { "type": "integer", "format": "int32" }, "taskState": { "type": "integer", "format": "int32" }, "currentAddress": { "type": "string", "nullable": true }, "nextAddress": { "type": "string", "nullable": true }, "isManual": { "type": "boolean" }, "isNormal": { "type": "boolean" }, "description": { "type": "string", "nullable": true }, "remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Dt_Task_hty": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "taskId": { "type": "integer", "format": "int32" }, "taskNum": { "type": "integer", "format": "int32" }, "palletCode": { "type": "string", "nullable": true }, "roadway": { "type": "string", "nullable": true }, "taskType": { "type": "integer", "format": "int32" }, "rgvTaskType": { "type": "integer", "format": "int32" }, "rgvCurrentexecution": { "type": "string", "nullable": true }, "taskState": { "type": "integer", "format": "int32" }, "sourceAddress": { "type": "string", "nullable": true }, "targetAddress": { "type": "string", "nullable": true }, "currentAddress": { "type": "string", "nullable": true }, "nextAddress": { "type": "string", "nullable": true }, "exceptionMessage": { "type": "string", "nullable": true }, "grade": { "type": "integer", "format": "int32" }, "wmsId": { "type": "integer", "format": "int32" }, "dispatchertime": { "type": "string", "format": "date-time", "nullable": true }, "remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "EquipmentStatus": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "equipment_id": { "type": "integer", "format": "int32" }, "equipment_Number": { "type": "string", "nullable": true }, "equipment_name": { "type": "string", "nullable": true }, "equipment_Status": { "type": "integer", "format": "int32" }, "equipment_type": { "type": "integer", "format": "int32" }, "station_remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ExpoReverse": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ExpoTaskDTO": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ExpoTaskDTOData" }, "nullable": true } }, "additionalProperties": false }, "ExpoTaskDTOData": { "type": "object", "properties": { "taskNo": { "type": "integer", "format": "int32" }, "type": { "type": "integer", "format": "int32" }, "containerNo": { "type": "string", "nullable": true }, "priority": { "type": "integer", "format": "int32" }, "startAddress": { "type": "string", "nullable": true }, "endAddress": { "type": "string", "nullable": true } }, "additionalProperties": false }, "GetLogParm": { "type": "object", "additionalProperties": false }, "IDevice": { "type": "object", "properties": { "deviceCode": { "type": "string", "nullable": true, "readOnly": true }, "deviceName": { "type": "string", "nullable": true, "readOnly": true } }, "additionalProperties": false }, "LoginInfo": { "type": "object", "properties": { "userName": { "type": "string", "nullable": true }, "password": { "type": "string", "nullable": true } }, "additionalProperties": false }, "PageDataOptions": { "type": "object", "properties": { "page": { "type": "integer", "format": "int32" }, "rows": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" }, "tableName": { "type": "string", "nullable": true }, "sort": { "type": "string", "nullable": true }, "order": { "type": "string", "nullable": true }, "wheres": { "type": "string", "nullable": true }, "export": { "type": "boolean" }, "value": { "nullable": true }, "filter": { "type": "array", "items": { "$ref": "#/components/schemas/SearchParameters" }, "nullable": true } }, "additionalProperties": false }, "RGVStoResponse": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string", "nullable": true }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/RgvOperation" }, "nullable": true } }, "additionalProperties": false }, "RgvOperation": { "type": "object", "properties": { "rgvTag": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "status": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "RgvOperationData": { "type": "object", "properties": { "rgvTag": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true } }, "additionalProperties": false }, "RoutersAddDTO": { "type": "object", "properties": { "positionCode": { "type": "string", "nullable": true }, "childPositionCode": { "type": "string", "nullable": true }, "scRow": { "type": "string", "nullable": true }, "scColumn": { "type": "string", "nullable": true }, "scLayer": { "type": "string", "nullable": true } }, "additionalProperties": false }, "SCErrorStatusData": { "type": "object", "properties": { "stackerName": { "type": "string", "nullable": true }, "channelNo": { "type": "integer", "format": "int32" }, "errorStatus": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "SCErrorStatusReception": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/SCErrorStatusData" }, "nullable": true } }, "additionalProperties": false }, "SCstatusData": { "type": "object", "properties": { "rgvTag": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "status": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "SCstatusReception": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/SCstatusData" }, "nullable": true } }, "additionalProperties": false }, "SaveModel": { "type": "object", "properties": { "mainData": { "type": "object", "additionalProperties": { }, "nullable": true }, "detailData": { "type": "array", "items": { "type": "object", "additionalProperties": { } }, "nullable": true }, "delKeys": { "type": "array", "items": { }, "nullable": true }, "extra": { "nullable": true } }, "additionalProperties": false }, "SearchParameters": { "type": "object", "properties": { "name": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true }, "displayType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "StatusqueryReception": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/RgvOperationData" }, "nullable": true } }, "additionalProperties": false }, "Sys_Actions": { "type": "object", "properties": { "actionId": { "type": "integer", "format": "int32" }, "menuId": { "type": "integer", "format": "int32" }, "text": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Sys_Dictionary": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "dicId": { "type": "integer", "format": "int32" }, "config": { "type": "string", "nullable": true }, "dbServer": { "type": "string", "nullable": true }, "dbSql": { "type": "string", "nullable": true }, "dicName": { "type": "string", "nullable": true }, "dicNo": { "type": "string", "nullable": true }, "enable": { "type": "integer", "format": "int32", "nullable": true }, "orderNo": { "type": "integer", "format": "int32", "nullable": true }, "parentId": { "type": "integer", "format": "int32" }, "remark": { "type": "string", "nullable": true }, "systemType": { "type": "integer", "format": "int32" }, "dicList": { "type": "array", "items": { "$ref": "#/components/schemas/Sys_DictionaryList" }, "nullable": true } }, "additionalProperties": false }, "Sys_DictionaryList": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "dicListId": { "type": "integer", "format": "int32" }, "dicName": { "type": "string", "nullable": true }, "dicValue": { "type": "string", "nullable": true }, "dicId": { "type": "integer", "format": "int32" }, "enable": { "type": "integer", "format": "int32", "nullable": true }, "orderNo": { "type": "integer", "format": "int32", "nullable": true }, "remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Sys_Log": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "beginDate": { "type": "string", "format": "date-time", "nullable": true }, "elapsedTime": { "type": "integer", "format": "int32", "nullable": true }, "endDate": { "type": "string", "format": "date-time" }, "requestParam": { "type": "string", "nullable": true }, "responseParam": { "type": "string", "nullable": true }, "success": { "type": "integer", "format": "int32", "nullable": true }, "url": { "type": "string", "nullable": true }, "userIP": { "type": "string", "nullable": true }, "userName": { "type": "string", "nullable": true }, "user_Id": { "type": "integer", "format": "int32", "nullable": true } }, "additionalProperties": false }, "Sys_Menu": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "menuId": { "type": "integer", "format": "int32" }, "menuName": { "type": "string", "nullable": true }, "auth": { "type": "string", "nullable": true }, "icon": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "enable": { "type": "integer", "format": "int32", "nullable": true }, "tableName": { "type": "string", "nullable": true }, "parentId": { "type": "integer", "format": "int32" }, "url": { "type": "string", "nullable": true }, "orderNo": { "type": "integer", "format": "int32", "nullable": true }, "menuType": { "type": "integer", "format": "int32", "nullable": true }, "menus": { "type": "array", "items": { "$ref": "#/components/schemas/Sys_Menu" }, "nullable": true }, "actions": { "type": "array", "items": { "$ref": "#/components/schemas/Sys_Actions" }, "nullable": true } }, "additionalProperties": false }, "Sys_Role": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "roleId": { "type": "integer", "format": "int32" }, "deptName": { "type": "string", "nullable": true }, "deptId": { "type": "integer", "format": "int32", "nullable": true }, "enable": { "type": "integer", "format": "int32" }, "parentId": { "type": "integer", "format": "int32" }, "roleName": { "type": "string", "nullable": true }, "roles": { "type": "array", "items": { "$ref": "#/components/schemas/Sys_Role" }, "nullable": true } }, "additionalProperties": false }, "Sys_RoleAuth": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "authId": { "type": "integer", "format": "int32" }, "authValue": { "type": "string", "nullable": true }, "menuId": { "type": "integer", "format": "int32" }, "roleId": { "type": "integer", "format": "int32", "nullable": true }, "userId": { "type": "integer", "format": "int32", "nullable": true } }, "additionalProperties": false }, "Sys_Tenant": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "tenantId": { "type": "integer", "format": "int32" }, "tenantName": { "type": "string", "nullable": true }, "tenantType": { "type": "integer", "format": "int32" }, "dbType": { "type": "integer", "format": "int32" }, "connectionString": { "type": "string", "nullable": true }, "status": { "type": "integer", "format": "int32" }, "remark": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Sys_User": { "type": "object", "properties": { "creater": { "type": "string", "nullable": true }, "createDate": { "type": "string", "format": "date-time" }, "modifier": { "type": "string", "nullable": true }, "modifyDate": { "type": "string", "format": "date-time", "nullable": true }, "user_Id": { "type": "integer", "format": "int32" }, "userName": { "type": "string", "nullable": true }, "role_Id": { "type": "integer", "format": "int32" }, "roleName": { "type": "string", "nullable": true }, "phoneNo": { "type": "string", "nullable": true }, "remark": { "type": "string", "nullable": true }, "userPwd": { "type": "string", "nullable": true }, "userTrueName": { "type": "string", "nullable": true }, "deptName": { "type": "string", "nullable": true }, "dept_Id": { "type": "integer", "format": "int32", "nullable": true }, "email": { "type": "string", "nullable": true }, "enable": { "type": "integer", "format": "int32" }, "gender": { "type": "integer", "format": "int32", "nullable": true }, "headImageUrl": { "type": "string", "nullable": true }, "lastModifyPwdDate": { "type": "string", "format": "date-time", "nullable": true }, "address": { "type": "string", "nullable": true }, "auditDate": { "type": "string", "format": "date-time", "nullable": true }, "auditStatus": { "type": "integer", "format": "int32", "nullable": true }, "auditor": { "type": "string", "nullable": true }, "token": { "type": "string", "nullable": true }, "tenantId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "TaskcanceledData": { "type": "object", "properties": { "taskNo": { "type": "integer", "format": "int32" }, "type": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "TaskcanceledReception": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/TaskcanceledData" }, "nullable": true } }, "additionalProperties": false }, "UserPermissionDTO": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "pid": { "type": "integer", "format": "int32" }, "text": { "type": "string", "nullable": true }, "isApp": { "type": "boolean" }, "actions": { "type": "array", "items": { "$ref": "#/components/schemas/ActionDTO" }, "nullable": true } }, "additionalProperties": false }, "WebResponseContent": { "type": "object", "properties": { "status": { "type": "boolean" }, "code": { "type": "integer", "format": "int32" }, "message": { "type": "string", "nullable": true }, "data": { "nullable": true }, "devMessage": { "type": "string", "nullable": true } }, "additionalProperties": false } }, "securitySchemes": { "Bearer": { "type": "apiKey", "description": "JWT授权token前面需要加上字段Bearer与一个空格,如Bearer token", "name": "Authorization", "in": "header" } } }, "security": [ { "Bearer": [ ] } ] }