{ "openapi": "3.0.1", "info": { "title": "WIDESEAWCS 接口文档——.NET 6.0.36", "description": "WIDESEAWCS HTTP API v1", "version": "v1" }, "paths": { "/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/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/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": [ "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": [ "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": [ "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": [ "Task_Hty" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "Task_Hty" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/api/Task_Hty/Export": { "post": { "tags": [ "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": [ "Task_Hty" ], "responses": { "200": { "description": "Success" } } } }, "/api/Task_Hty/GetDetailPage": { "post": { "tags": [ "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": [ "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": [ "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": [ "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": [ "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/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/ReceiveWCSTask": { "post": { "tags": [ "Task" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "type": "integer", "format": "int32" } }, "application/json": { "schema": { "type": "integer", "format": "int32" } }, "text/json": { "schema": { "type": "integer", "format": "int32" } }, "application/*+json": { "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/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/Task/UpdateTaskStatusToNext": { "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/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": [ ] } ] } }, "/warehouse/Add": { "post": { "tags": [ "WMSTask" ], "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": [ ] } ] } }, "/warehouse/AddData": { "post": { "tags": [ "WMSTask" ], "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": [ ] } ] } }, "/warehouse/Del": { "post": { "tags": [ "WMSTask" ], "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": [ ] } ] } }, "/warehouse/deverror": { "get": { "tags": [ "WMSTask" ], "parameters": [ { "name": "devuuid", "in": "query", "schema": { "type": "string" } }, { "name": "id", "in": "query", "schema": { "type": "string" } }, { "name": "errorcode", "in": "query", "schema": { "type": "string" } }, { "name": "errorinfo", "in": "query", "schema": { "type": "string" } }, { "name": "erroraddress", "in": "query", "schema": { "type": "string" } }, { "name": "warehouse", "in": "query", "schema": { "type": "string" } }, { "name": "remark", "in": "query", "schema": { "type": "string" } }, { "name": "devname", "in": "query", "schema": { "type": "string" } }, { "name": "dealType", "in": "query", "schema": { "type": "string" } }, { "name": "psd", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/CommandResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/CommandResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/CommandResult" } } } } } } }, "/warehouse/DownLoadTemplate": { "post": { "tags": [ "WMSTask" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] }, "get": { "tags": [ "WMSTask" ], "summary": " (Auth)", "responses": { "200": { "description": "Success" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "security": [ { "oauth2": [ ] } ] } }, "/warehouse/Export": { "post": { "tags": [ "WMSTask" ], "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": [ ] } ] } }, "/warehouse/ExportSeedData": { "post": { "tags": [ "WMSTask" ], "responses": { "200": { "description": "Success" } } } }, "/warehouse/getAGVStatus": { "post": { "tags": [ "WMSTask" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/AgvUpdateRequest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/AgvUpdateRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/AgvUpdateRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/AgvUpdateRequest" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } } } } } } }, "/warehouse/GetDetailPage": { "post": { "tags": [ "WMSTask" ], "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": [ ] } ] } }, "/warehouse/GetPageData": { "post": { "tags": [ "WMSTask" ], "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": [ ] } ] } }, "/warehouse/getPortStatus": { "post": { "tags": [ "WMSTask" ], "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", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } } } } } } }, "/warehouse/getSafeStatus": { "post": { "tags": [ "WMSTask" ], "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", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } } } } } } }, "/warehouse/Import": { "post": { "tags": [ "WMSTask" ], "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": [ ] } ] } }, "/warehouse/liftinposition": { "get": { "tags": [ "WMSTask" ], "parameters": [ { "name": "invtype", "in": "query", "schema": { "type": "string" } }, { "name": "invcode", "in": "query", "schema": { "type": "string" } }, { "name": "kloccode", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/CommandResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/CommandResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/CommandResult" } } } } } } }, "/warehouse/saveTask": { "post": { "tags": [ "WMSTask" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/TransferTask" } }, "application/json": { "schema": { "$ref": "#/components/schemas/TransferTask" } }, "text/json": { "schema": { "$ref": "#/components/schemas/TransferTask" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/TransferTask" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } } } } } } }, "/warehouse/scanData": { "post": { "tags": [ "WMSTask" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/TaskReportingData" } }, "application/json": { "schema": { "$ref": "#/components/schemas/TaskReportingData" } }, "text/json": { "schema": { "$ref": "#/components/schemas/TaskReportingData" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/TaskReportingData" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } } } } } } }, "/warehouse/setCurtain": { "post": { "tags": [ "WMSTask" ], "requestBody": { "content": { "application/json-patch+json": { "schema": { "$ref": "#/components/schemas/SetCurtainRequest" } }, "application/json": { "schema": { "$ref": "#/components/schemas/SetCurtainRequest" } }, "text/json": { "schema": { "$ref": "#/components/schemas/SetCurtainRequest" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/SetCurtainRequest" } } } }, "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ApiResponse" } } } } } } }, "/warehouse/taskreturn": { "get": { "tags": [ "WMSTask" ], "parameters": [ { "name": "taskId", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "taskType", "in": "query", "schema": { "type": "string" } }, { "name": "invType", "in": "query", "schema": { "type": "string" } }, { "name": "psd", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/CommandResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/CommandResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/CommandResult" } } } } } } }, "/warehouse/Update": { "post": { "tags": [ "WMSTask" ], "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": [ ] } ] } }, "/warehouse/UpdateData": { "post": { "tags": [ "WMSTask" ], "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": { "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 }, "AgvUpdateRequest": { "type": "object", "properties": { "warehousenumber": { "type": "string", "nullable": true }, "agvstatus": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ApiResponse": { "type": "object", "properties": { "success": { "type": "boolean" }, "datas": { "nullable": true }, "messages": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "additionalProperties": false }, "BaseCommunicator": { "type": "object", "properties": { "logNet": { "$ref": "#/components/schemas/ILogNet" }, "name": { "type": "string", "nullable": true, "readOnly": true }, "isConnected": { "type": "boolean", "readOnly": true } }, "additionalProperties": false }, "BaseInfo": { "type": "object", "properties": { "code": { "type": "string", "nullable": true } }, "additionalProperties": false }, "CommandResult": { "type": "object", "properties": { "status": { "type": "string", "nullable": true }, "result": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Detail": { "type": "object", "properties": { "level": { "type": "integer", "format": "int32" }, "barCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "DeviceInfo": { "type": "object", "properties": { "uuid": { "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" }, "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 }, "DeviceProDTO": { "type": "object", "properties": { "deviceProId": { "type": "integer", "format": "int32" }, "devicePlcType": { "type": "string", "nullable": true }, "deviceId": { "type": "integer", "format": "int32" }, "deviceChildCode": { "type": "string", "nullable": true }, "deviceProDataBlock": { "type": "string", "nullable": true }, "deviceProOffset": { "type": "number", "format": "double" }, "deviceProAddress": { "type": "string", "nullable": true, "readOnly": true }, "deviceDataType": { "type": "string", "nullable": true }, "deviceProDataLength": { "type": "integer", "format": "int32" }, "deviceProParamName": { "type": "string", "nullable": true }, "deviceProParamType": { "type": "string", "nullable": true }, "deviceProParamDes": { "type": "string", "nullable": true } }, "additionalProperties": false }, "DeviceProtocolDetailDTO": { "type": "object", "properties": { "deviceType": { "type": "string", "nullable": true }, "deviceProParamName": { "type": "string", "nullable": true }, "protocalDetailValue": { "type": "string", "nullable": true }, "protocolDetailType": { "type": "string", "nullable": true }, "protocolDetailDes": { "type": "string", "nullable": true } }, "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" }, "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": { "enum": [ 1, 2 ], "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" }, "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 }, "palletCodequantity": { "type": "integer", "format": "int32" }, "wmStaskid": { "type": "string", "nullable": true }, "deviceuuid": { "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" }, "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 }, "palletCodequantity": { "type": "integer", "format": "int32" }, "wmStaskid": { "type": "string", "nullable": true }, "deviceuuid": { "type": "string", "nullable": true } }, "additionalProperties": false }, "GetLogParm": { "type": "object", "additionalProperties": false }, "IDevice": { "type": "object", "properties": { "communicator": { "$ref": "#/components/schemas/BaseCommunicator" }, "deviceProDTOs": { "type": "array", "items": { "$ref": "#/components/schemas/DeviceProDTO" }, "nullable": true, "readOnly": true }, "deviceProtocolDetailDTOs": { "type": "array", "items": { "$ref": "#/components/schemas/DeviceProtocolDetailDTO" }, "nullable": true, "readOnly": true }, "deviceCode": { "type": "string", "nullable": true, "readOnly": true }, "deviceName": { "type": "string", "nullable": true, "readOnly": true }, "isConnected": { "type": "boolean", "readOnly": true } }, "additionalProperties": false }, "ILogNet": { "type": "object", "properties": { "logSaveMode": { "enum": [ 1, 2, 3 ], "type": "integer", "format": "int32", "readOnly": true }, "logNetStatistics": { "$ref": "#/components/schemas/LogStatistics" }, "consoleOutput": { "type": "boolean" }, "logThreadID": { "type": "boolean" }, "logStxAsciiCode": { "type": "boolean" }, "hourDeviation": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "LocationInfo": { "type": "object", "properties": { "code": { "type": "string", "nullable": true } }, "additionalProperties": false }, "LogStatistics": { "type": "object", "properties": { "generateMode": { "enum": [ 1, 2, 3, 4, 5, 6, 7 ], "type": "integer", "format": "int32" }, "arrayLength": { "type": "integer", "format": "int32" }, "totalSum": { "type": "integer", "format": "int64", "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 }, "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 }, "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 }, "SetCurtainRequest": { "type": "object", "properties": { "operate": { "type": "string", "nullable": true }, "datas": { "type": "array", "items": { "type": "string" }, "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 }, "TaskReportingData": { "type": "object", "properties": { "baseInfo": { "$ref": "#/components/schemas/BaseInfo" }, "details": { "type": "array", "items": { "$ref": "#/components/schemas/Detail" }, "nullable": true } }, "additionalProperties": false }, "TransferTask": { "type": "object", "properties": { "taskType": { "type": "string", "nullable": true }, "barCode": { "type": "string", "nullable": true }, "original_barCode": { "type": "string", "nullable": true }, "from": { "$ref": "#/components/schemas/LocationInfo" }, "to": { "$ref": "#/components/schemas/LocationInfo" }, "device": { "$ref": "#/components/schemas/DeviceInfo" } }, "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": [ ] } ] }