{ "openapi": "3.0.3", "info": { "title": "Api Documentation", "description": "Api Documentation", "termsOfService": "urn:tos", "contact": {}, "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "1.0" }, "servers": [ { "url": "http://s5.s100.vip:32164", "description": "Inferred Url" } ], "tags": [ { "name": "app - 认证", "extensions": { "x-order": "2147483647" } }, { "name": "basic-error-controller", "extensions": { "x-order": "2147483647" } }, { "name": "saas - meta - 滤波器管理", "extensions": { "x-order": "2147483647" } }, { "name": "saas - 坐标系", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - DD管理", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - DS管理", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - DS类型DD字段呈现配置", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - OAuth2 客户端", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - OAuth2.0 用户", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - TM管理", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - gs管理", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - script管理", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 字典", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 文件配置", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 用户", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 租户", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 租户运营商管理", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 菜单", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 角色", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 认证", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 设备型号", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 词条管理 - 词条", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理 - 词条管理 - 词条包", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理-普通租户配置包", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理-系统异常类型管理", "extensions": { "x-order": "2147483647" } }, { "name": "后台管理-自动任务模板管理", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台 - 操作日志", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台 - 用户", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台 - 系统指引", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台 - 菜单", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台 - 角色", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台 - 认证", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台 - 部门", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台 - 问题反馈", "extensions": { "x-order": "2147483647" } }, { "name": "租户平台---微信相关操作", "extensions": { "x-order": "2147483647" } }, { "name": "设备运营商-接口", "extensions": { "x-order": "2147483647" } }, { "name": "运营商 - 身份权限配置", "extensions": { "x-order": "2147483647" } }, { "name": "通用 - 文件存储", "extensions": { "x-order": "2147483647" } } ], "paths": { "/admin/system/auth/get-permission-info": { "get": { "tags": [ "后台管理 - 认证" ], "summary": "获取登录用户的权限信息", "operationId": "getPermissionInfoUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 登录用户的权限信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/auth/list-menus": { "get": { "tags": [ "后台管理 - 认证" ], "summary": "获得登录用户的菜单列表", "operationId": "getMenusUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 登录用户的菜单信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/auth/login": { "post": { "tags": [ "后台管理 - 认证" ], "summary": "使用账号密码登录", "operationId": "loginUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 账号密码登录 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 登录 Response VO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/auth/login2": { "post": { "tags": [ "后台管理 - 认证" ], "summary": "用户登录", "operationId": "login2UsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 账号密码登录 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 登录 Response VO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/auth/logout": { "post": { "tags": [ "后台管理 - 认证" ], "summary": "登出系统", "operationId": "logoutUsingPOST", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/auth/packageMenus": { "get": { "tags": [ "后台管理 - 认证" ], "summary": "获得登录用户的身份包菜单列表", "operationId": "queryPackageMenuUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 登录用户的菜单信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/auth/refresh-token": { "post": { "tags": [ "后台管理 - 认证" ], "summary": "刷新令牌", "operationId": "refreshTokenUsingPOST", "parameters": [ { "name": "refreshToken", "in": "query", "description": "刷新令牌", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 登录 Response VO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/auth/updatePassword": { "post": { "tags": [ "后台管理 - 认证" ], "summary": "修改用户密码", "operationId": "updatePasswordUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/UpdateUserPasswordReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/auth/uploadAvatar": { "post": { "tags": [ "后台管理 - 认证" ], "summary": "上传头像", "operationId": "uploadAvatarUsingPOST", "parameters": [ { "name": "avatarFile", "in": "query", "description": "头像附件", "required": true, "style": "form", "schema": { "type": "string", "format": "binary" } }, { "name": "userId", "in": "query", "description": "用户id", "required": true, "style": "form", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«UploadAvatarRespVO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/role": { "put": { "tags": [ "后台管理 - 角色" ], "summary": "修改角色", "operationId": "updateRoleUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 角色更新 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - 角色" ], "summary": "创建角色", "operationId": "createRoleUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 角色创建 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/role/list-all-simple": { "get": { "tags": [ "后台管理 - 角色" ], "summary": "角色列表简版-仅取当前登录用户所属租户", "description": "只包含被开启的角色,主要用于前端的下拉选项", "operationId": "queryCurrentTenantRoleUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 角色精简信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/role/page": { "post": { "tags": [ "后台管理 - 角色" ], "summary": "角色分页查询", "operationId": "queryPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 角色分页 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«后台管理 - 角色信息 Response VO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/role/update-status": { "put": { "tags": [ "后台管理 - 角色" ], "summary": "修改角色状态", "operationId": "updateRoleStatusUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 角色更新状态 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/role/{roleId}": { "get": { "tags": [ "后台管理 - 角色" ], "summary": "角色信息-单条查询", "operationId": "getRoleUsingGET", "parameters": [ { "name": "roleId", "in": "path", "description": "roleId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 角色信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "后台管理 - 角色" ], "summary": "删除角色", "operationId": "deleteRoleUsingDELETE", "parameters": [ { "name": "id", "description": "角色编号", "required": true, "schema": { "type": "string" } }, { "name": "roleId", "in": "path", "description": "roleId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/user": { "put": { "tags": [ "后台管理 - 用户" ], "summary": "修改用户", "operationId": "updateUserUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 用户更新 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - 用户" ], "summary": "新增用户", "operationId": "createUserUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 用户创建 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/user/page": { "post": { "tags": [ "后台管理 - 用户" ], "summary": "获得用户分页列表", "operationId": "queryUserPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 用户分页 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«后台管理 - 用户分页时的信息 Response VO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/user/reset-password/{userId}": { "put": { "tags": [ "后台管理 - 用户" ], "summary": "重置用户密码", "operationId": "resetPasswordUsingPUT", "parameters": [ { "name": "userId", "in": "path", "description": "userId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/user/update-status": { "put": { "tags": [ "后台管理 - 用户" ], "summary": "修改用户状态", "operationId": "updateUserStatusUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 用户更新状态 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/user/{userId}": { "get": { "tags": [ "后台管理 - 用户" ], "summary": "用户详情-单条", "operationId": "getInfoUsingGET", "parameters": [ { "name": "userId", "in": "path", "description": "用户Id", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 用户信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "后台管理 - 用户" ], "summary": "删除用户", "operationId": "deleteUserUsingDELETE", "parameters": [ { "name": "userId", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/app/system/auth/get-psn-info": { "get": { "tags": [ "app - 认证" ], "summary": "获得登录用户的个人信息", "operationId": "getPsnInfoUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«app - 用户信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/app/system/auth/login": { "post": { "tags": [ "app - 认证" ], "summary": "使用账号密码登录", "operationId": "loginUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/app - 账号密码登录 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«app - 登录 Response VO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/app/system/auth/logout": { "post": { "tags": [ "app - 认证" ], "summary": "登出系统", "operationId": "logoutUsingPOST_1", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«Map«string,object»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/app/system/auth/refresh-token": { "post": { "tags": [ "app - 认证" ], "summary": "刷新令牌", "operationId": "refreshTokenUsingPOST_1", "parameters": [ { "name": "refreshToken", "in": "query", "description": "刷新令牌", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 登录 Response VO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/error": { "get": { "tags": [ "basic-error-controller" ], "summary": "error", "operationId": "errorUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "object", "additionalProperties": { "type": "object" } } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "put": { "tags": [ "basic-error-controller" ], "summary": "error", "operationId": "errorUsingPUT", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "object", "additionalProperties": { "type": "object" } } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "basic-error-controller" ], "summary": "error", "operationId": "errorUsingPOST", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "object", "additionalProperties": { "type": "object" } } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "basic-error-controller" ], "summary": "error", "operationId": "errorUsingDELETE", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "object", "additionalProperties": { "type": "object" } } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } }, "options": { "tags": [ "basic-error-controller" ], "summary": "error", "operationId": "errorUsingOPTIONS", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "object", "additionalProperties": { "type": "object" } } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } }, "head": { "tags": [ "basic-error-controller" ], "summary": "error", "operationId": "errorUsingHEAD", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "object", "additionalProperties": { "type": "object" } } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } }, "patch": { "tags": [ "basic-error-controller" ], "summary": "error", "operationId": "errorUsingPATCH", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "object", "additionalProperties": { "type": "object" } } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } }, "trace": { "tags": [ "basic-error-controller" ], "summary": "error", "operationId": "errorUsingTRACE", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "object", "additionalProperties": { "type": "object" } } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/getInfo": { "get": { "tags": [ "租户平台 - 认证" ], "summary": "获取用户信息", "operationId": "getInfoUsingGET_1", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/getUserInfo": { "get": { "tags": [ "租户平台 - 认证" ], "summary": "获取用户信息", "operationId": "getUserInfoUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/inviteLinks/{roleId}": { "get": { "tags": [ "租户平台 - 认证" ], "summary": "邀请链接", "operationId": "getInviteLinkUsingGET", "parameters": [ { "name": "roleId", "in": "path", "description": "roleId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/list-menus": { "get": { "tags": [ "租户平台 - 认证" ], "summary": "获得登录用户的菜单列表", "operationId": "getMenusUsingGET_1", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 登录用户的菜单信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/login2": { "post": { "tags": [ "租户平台 - 认证" ], "summary": "用户登录", "operationId": "login2UsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/saas - 账号密码登录 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«商用平台 - 登录 Response VO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/logout": { "post": { "tags": [ "租户平台 - 认证" ], "summary": "登出系统", "operationId": "logoutUsingPOST_2", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/refresh-token": { "post": { "tags": [ "租户平台 - 认证" ], "summary": "刷新令牌", "operationId": "refreshTokenUsingPOST_2", "parameters": [ { "name": "refreshToken", "in": "query", "description": "刷新令牌", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 登录 Response VO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/updatePassword": { "post": { "tags": [ "租户平台 - 认证" ], "summary": "修改密码", "operationId": "updatePasswordUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/商用平台 - 密码 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/updateUser": { "post": { "tags": [ "租户平台 - 认证" ], "summary": "更新用户", "operationId": "updateUserUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/UserUpdateRqeVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/tenant/auth/uploadAvatar": { "post": { "tags": [ "租户平台 - 认证" ], "summary": "上传头像", "operationId": "uploadAvatarUsingPOST_1", "parameters": [ { "name": "avatarFile", "in": "query", "description": "头像附件", "required": true, "style": "form", "schema": { "type": "string", "format": "binary" } }, { "name": "userId", "in": "query", "description": "用户id", "required": true, "style": "form", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«UploadAvatarRespVO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/menu/tenantMenuList": { "get": { "tags": [ "租户平台 - 菜单" ], "summary": "获取本商业租户可选菜单", "description": "获取本商业租户可选菜单", "operationId": "tenantMenuListUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«TenantMenuVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/user": { "put": { "tags": [ "租户平台 - 用户" ], "summary": "修改用户", "operationId": "updateUserUsingPUT_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/saas - 用户更新 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "租户平台 - 用户" ], "summary": "新增用户", "operationId": "createUserUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/saas - 用户创建 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/user/page": { "post": { "tags": [ "租户平台 - 用户" ], "summary": "获得用户分页列表", "operationId": "queryPageUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 用户分页 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«saas - 用户信息 Response VO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/user/reset-password/{userId}": { "put": { "tags": [ "租户平台 - 用户" ], "summary": "重置用户密码", "operationId": "resetUserPasswordUsingPUT", "parameters": [ { "name": "userId", "in": "path", "description": "userId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/user/{userId}": { "get": { "tags": [ "租户平台 - 用户" ], "summary": "获得用户详情-单条", "operationId": "getInfoUsingGET_2", "parameters": [ { "name": "userId", "in": "path", "description": "userId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«saas - 用户信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "租户平台 - 用户" ], "summary": "删除用户", "operationId": "deleteUserUsingDELETE_1", "parameters": [ { "name": "userId", "in": "path", "description": "userId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/carrierIdentity": { "put": { "tags": [ "运营商 - 身份权限配置" ], "summary": "更新--运营商身份权限配置", "operationId": "updateCarrierIdentityUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CarrierIdentityUpdateReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "运营商 - 身份权限配置" ], "summary": "创建--运营商身份权限配置", "operationId": "createCarrierIdentityUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CarrierIdentityCreateReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/carrierIdentity/copy": { "post": { "tags": [ "运营商 - 身份权限配置" ], "summary": "复制--运营商身份权限配置", "operationId": "copyCarrierIdentityUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CarrierIdentityCopyReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/carrierIdentity/delete/{id}": { "delete": { "tags": [ "运营商 - 身份权限配置" ], "summary": "删除-运营商身份权限配置", "operationId": "deleteUsingDELETE", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/carrierIdentity/getDetail/{id}": { "get": { "tags": [ "运营商 - 身份权限配置" ], "summary": "获取-运营商身份权限配置", "operationId": "getDetailUsingGET", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«CarrierIdentityVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/carrierIdentity/page": { "post": { "tags": [ "运营商 - 身份权限配置" ], "summary": "分页", "operationId": "pageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«CarrierIdentityVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/carrierIdentity/publish": { "post": { "tags": [ "运营商 - 身份权限配置" ], "summary": "发布", "operationId": "publishUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CarrierIdentityPublishReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/carrierIdentity/queryPackage/{type}": { "get": { "tags": [ "运营商 - 身份权限配置" ], "summary": "查询-身份包", "operationId": "queryPackageUsingGET", "parameters": [ { "name": "type", "in": "path", "description": "type", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfPackageVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dd": { "put": { "tags": [ "后台管理 - DD管理" ], "summary": "更新DD", "operationId": "updateDDUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDDTypeVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - DD管理" ], "summary": "创建DD", "operationId": "createDDUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDDTypeCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dd/all/select": { "get": { "tags": [ "后台管理 - DD管理" ], "summary": "查询dd列表", "operationId": "queryDDSelectUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfDDSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dd/page": { "post": { "tags": [ "后台管理 - DD管理" ], "summary": "获得DD数据分页", "operationId": "queryDDPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«ConfDDTypeVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dd/{ddId}": { "get": { "tags": [ "后台管理 - DD管理" ], "summary": "获得DD数据", "operationId": "getDDUsingGET", "parameters": [ { "name": "ddId", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfDDTypeVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/deviceModel": { "put": { "tags": [ "后台管理 - 设备型号" ], "summary": "设备型号-更新", "operationId": "updateDeviceModelUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DeviceModelUpdateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - 设备型号" ], "summary": "设备型号-新增", "operationId": "createDeviceModelUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DeviceModelCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/deviceModel/page": { "post": { "tags": [ "后台管理 - 设备型号" ], "summary": "设备型号-分页", "operationId": "queryDeviceModelPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«ConfDeviceModelVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/deviceModel/{id}": { "get": { "tags": [ "后台管理 - 设备型号" ], "summary": "设备型号-获得", "operationId": "getDeviceModelUsingGET", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfDeviceModelVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "后台管理 - 设备型号" ], "summary": "设备型号-删除", "operationId": "deleteDeviceModelUsingDELETE", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dict": { "put": { "tags": [ "后台管理 - 字典" ], "summary": "更新字典数据", "operationId": "updateDictUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDictTypeVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - 字典" ], "summary": "创建字典数据", "operationId": "createDictUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDictTypeCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dict/increment/version/{dictTypeId}": { "post": { "tags": [ "后台管理 - 字典" ], "summary": "字典数据-新增版本", "operationId": "incrementVersionDictUsingPOST", "parameters": [ { "name": "dictTypeId", "in": "path", "description": "dictTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dict/list": { "get": { "tags": [ "后台管理 - 字典" ], "summary": "获得已发布字典数据", "operationId": "queryDictTypeListUsingGET", "parameters": [ { "name": "dictTypeId", "description": "编号", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfDictTypeVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dict/page": { "post": { "tags": [ "后台管理 - 字典" ], "summary": "获得字典数据分页", "operationId": "queryDictPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/字典分页查询对象" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«ConfDictTypeVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dict/publish/{dictTypeId}": { "post": { "tags": [ "后台管理 - 字典" ], "summary": "字典数据-发布版本", "operationId": "publishDictUsingPOST", "parameters": [ { "name": "dictTypeId", "in": "path", "description": "dictTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dict/queryDictItem/{dictTypeId}": { "get": { "tags": [ "后台管理 - 字典" ], "summary": "获得字典数据的键值列表", "operationId": "queryDictItemListUsingGET", "parameters": [ { "name": "dictTypeId", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/dict/{dictTypeId}": { "get": { "tags": [ "后台管理 - 字典" ], "summary": "获得字典数据", "operationId": "getDictUsingGET", "parameters": [ { "name": "dictTypeId", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfDictTypeVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "后台管理 - 字典" ], "summary": "删除字典数据", "operationId": "deleteDictUsingDELETE", "parameters": [ { "name": "dictTypeId", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds": { "put": { "tags": [ "后台管理 - DS管理" ], "summary": "更新DS数据", "operationId": "updateDSUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDSTypeVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - DS管理" ], "summary": "创建DS数据", "operationId": "createDSUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDSTypeCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfDSTypeVO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/all/publish/select": { "get": { "tags": [ "后台管理 - DS管理" ], "summary": "查询所有发布状态DS类型列表", "operationId": "queryAllPublishSelectUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfDSSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/copy": { "post": { "tags": [ "后台管理 - DS管理" ], "summary": "拷贝 DS数据", "operationId": "copyDSUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ds拷贝请求对象" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfDSTypeVO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/dataFilterView/create": { "post": { "tags": [ "后台管理 - DS管理" ], "summary": "DS 数据视图是否显示-保存", "operationId": "saveDataFilterViewDisplayUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDSDataFilterDisplayCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/extendedParameter": { "post": { "tags": [ "后台管理 - DS管理" ], "summary": "新增(扩展参数配置)", "operationId": "createExtendedParameterUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ExtendedParameterCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/form/display": { "post": { "tags": [ "后台管理 - DS管理" ], "summary": "DS Form显示样式-保存", "operationId": "saveFormDisplayUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDSFormFiledSaveVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/form/display/group": { "put": { "tags": [ "后台管理 - DS管理" ], "summary": "DS Form分组-更新", "operationId": "updateFormDisplayGroupUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDSFormFieldGroupVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - DS管理" ], "summary": "DS Form分组-添加", "operationId": "createFormDisplayGroupUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDSFormFieldGroupVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/form/display/group/{dsTypeId}": { "get": { "tags": [ "后台管理 - DS管理" ], "summary": "DS Form分组-查询", "operationId": "queryFormDisplayGroupUsingGET", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "dsTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfFormFieldGroupVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/form/display/group/{formFieldGroupId}": { "delete": { "tags": [ "后台管理 - DS管理" ], "summary": "DS Form分组-删除", "operationId": "deleteFormDisplayGroupUsingDELETE", "parameters": [ { "name": "formFieldGroupId", "in": "path", "description": "formFieldGroupId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/form/display/{dsTypeId}": { "get": { "tags": [ "后台管理 - DS管理" ], "summary": "DS Form显示样式-查询", "operationId": "queryFormDisplayUsingGET", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "dsTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«GSForm显示样式»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/grid/display": { "post": { "tags": [ "后台管理 - DS管理" ], "summary": "GS Grid显示样式-保存", "operationId": "saveGridDisplayUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DS Grid显示样式" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/grid/display/{dsTypeId}": { "get": { "tags": [ "后台管理 - DS管理" ], "summary": "GS Grid显示样式-查询", "operationId": "queryGridDisplayUsingGET", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "dsTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«DS Grid显示样式»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/increment/version/{dsTypeId}": { "post": { "tags": [ "后台管理 - DS管理" ], "summary": "DS数据-新增版本", "operationId": "incrementVersionDSUsingPOST", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "dsTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/page": { "post": { "tags": [ "后台管理 - DS管理" ], "summary": "获得DS数据分页", "operationId": "queryDSPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«ConfDSTypeVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/publish/{dsTypeId}": { "post": { "tags": [ "后台管理 - DS管理" ], "summary": "DS数据-版本发布", "operationId": "publishDSUsingPOST", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "dsTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/queryDataFilterView/{typeId}": { "get": { "tags": [ "后台管理 - DS管理" ], "summary": "DS 数据视图是否显示-查询", "operationId": "queryDataFilterViewUsingGET", "parameters": [ { "name": "typeId", "in": "path", "description": "typeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfDSDataFilterDisplayVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/type/select": { "get": { "tags": [ "后台管理 - DS管理" ], "summary": "获得DS类型列表", "operationId": "queryDSTypeSelectUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«EnumSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/with/extend/field/{dsTypeId}": { "get": { "tags": [ "后台管理 - DS管理" ], "summary": "获得DS数据-仅包含扩展属性", "operationId": "getDSAndExtendFieldsUsingGET", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "gsId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfDSTypeVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/{dsTypeId}": { "get": { "tags": [ "后台管理 - DS管理" ], "summary": "获得DS数据", "operationId": "getDSUsingGET", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfDSTypeVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "后台管理 - DS管理" ], "summary": "删除DS数据", "operationId": "deleteDSUsingDELETE", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "主键", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/dd-field-display": { "put": { "tags": [ "后台管理 - DS类型DD字段呈现配置" ], "summary": "更新DD字段呈现配置", "operationId": "updateUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDsTypeDdFieldDisplayVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - DS类型DD字段呈现配置" ], "summary": "创建DD字段呈现配置", "operationId": "createUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfDsTypeDdFieldDisplayVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/dd-field-display/list/{dsTypeId}": { "get": { "tags": [ "后台管理 - DS类型DD字段呈现配置" ], "summary": "根据DS类型ID查询DD字段呈现配置列表", "operationId": "queryByDsTypeIdUsingGET", "parameters": [ { "name": "dsTypeId", "in": "path", "description": "DS类型ID", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfDsTypeDdFieldDisplayVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/ds/dd-field-display/{id}": { "get": { "tags": [ "后台管理 - DS类型DD字段呈现配置" ], "summary": "获得DD字段呈现配置", "operationId": "getUsingGET", "parameters": [ { "name": "id", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfDsTypeDdFieldDisplayVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "后台管理 - DS类型DD字段呈现配置" ], "summary": "删除DD字段呈现配置", "operationId": "deleteUsingDELETE_1", "parameters": [ { "name": "id", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/filter": { "put": { "tags": [ "saas - meta - 滤波器管理" ], "summary": "更新滤波器", "operationId": "updateUsingPUT_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/滤波器更新请求 VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "saas - meta - 滤波器管理" ], "summary": "创建滤波器", "operationId": "createUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/滤波器创建请求 VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/filter/list": { "get": { "tags": [ "saas - meta - 滤波器管理" ], "summary": "查询全部滤波器列表", "operationId": "listUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«滤波器响应 VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/filter/{id}": { "get": { "tags": [ "saas - meta - 滤波器管理" ], "summary": "按ID查询滤波器详情", "operationId": "getByIdUsingGET", "parameters": [ { "name": "id", "in": "path", "description": "滤波器ID", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«滤波器响应 VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "saas - meta - 滤波器管理" ], "summary": "删除滤波器", "operationId": "deleteUsingDELETE_2", "parameters": [ { "name": "id", "in": "path", "description": "滤波器ID", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs": { "put": { "tags": [ "后台管理 - gs管理" ], "summary": "更新GS数据", "operationId": "updateGSUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfGSTypeVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - gs管理" ], "summary": "创建GS数据", "operationId": "createGSUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/gs类型创建对象" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfGSTypeVO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/copy": { "post": { "tags": [ "后台管理 - gs管理" ], "summary": "拷贝 DS数据", "operationId": "copyDSUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/gs拷贝请求对象" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfGSTypeVO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/extendedParameter": { "post": { "tags": [ "后台管理 - gs管理" ], "summary": "新增(扩展参数配置)", "operationId": "createExtendedParameterUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ExtendedParameterCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/form/display": { "post": { "tags": [ "后台管理 - gs管理" ], "summary": "GS Form显示样式-保存", "operationId": "saveFormDisplayUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfGSFormFiledSaveVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/form/display/group": { "put": { "tags": [ "后台管理 - gs管理" ], "summary": "GS Form分组-更新", "operationId": "updateFormDisplayGroupUsingPUT_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfGSFormFieldGroupVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - gs管理" ], "summary": "GS Form分组-添加", "operationId": "createFormDisplayGroupUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfGSFormFieldGroupVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/form/display/group/{formFieldGroupId}": { "delete": { "tags": [ "后台管理 - gs管理" ], "summary": "GS Form分组-删除", "operationId": "deleteFormDisplayGroupUsingDELETE_1", "parameters": [ { "name": "formFieldGroupId", "in": "path", "description": "formFieldGroupId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/form/display/group/{gsTypeId}": { "get": { "tags": [ "后台管理 - gs管理" ], "summary": "GS Form分组-查询", "operationId": "queryFormDisplayGroupUsingGET_1", "parameters": [ { "name": "gsTypeId", "in": "path", "description": "gsTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfFormFieldGroupVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/form/display/{gsTypeId}": { "get": { "tags": [ "后台管理 - gs管理" ], "summary": "GS Form显示样式-查询", "operationId": "queryFormDisplayUsingGET_1", "parameters": [ { "name": "gsTypeId", "in": "path", "description": "gsTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«GSForm显示样式»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/grid/display": { "post": { "tags": [ "后台管理 - gs管理" ], "summary": "GS Grid显示样式-保存", "operationId": "saveGridDisplayUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/GS Grid显示样式" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/grid/display/{gsTypeId}": { "get": { "tags": [ "后台管理 - gs管理" ], "summary": "GS Grid显示样式-查询", "operationId": "queryGridDisplayUsingGET_1", "parameters": [ { "name": "gsTypeId", "in": "path", "description": "gsTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«GS Grid显示样式»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/increment/version/{gsTypeId}": { "post": { "tags": [ "后台管理 - gs管理" ], "summary": "GS数据-新增版本", "operationId": "incrementVersionGSUsingPOST", "parameters": [ { "name": "gsTypeId", "in": "path", "description": "gsTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/page": { "post": { "tags": [ "后台管理 - gs管理" ], "summary": "获得GS数据分页", "operationId": "queryGSPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«ConfGSTypeVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/publish/{gsTypeId}": { "post": { "tags": [ "后台管理 - gs管理" ], "summary": "GS数据-版本发布", "operationId": "publishGSUsingPOST", "parameters": [ { "name": "gsTypeId", "in": "path", "description": "gsTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/with/extend/field/{gsTypeId}": { "get": { "tags": [ "后台管理 - gs管理" ], "summary": "获得GS数据-仅包含扩展属性", "operationId": "getGSAndExtendFieldsUsingGET", "parameters": [ { "name": "gsTypeId", "in": "path", "description": "gsId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfGSTypeVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/gs/{gsTypeId}": { "get": { "tags": [ "后台管理 - gs管理" ], "summary": "获得GS数据", "operationId": "getGSUsingGET", "parameters": [ { "name": "gsTypeId", "in": "path", "description": "gsId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfGSTypeVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "后台管理 - gs管理" ], "summary": "删除GS数据", "operationId": "deleteGSUsingDELETE", "parameters": [ { "name": "gsTypeId", "in": "path", "description": "主键", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package": { "put": { "tags": [ "后台管理-普通租户配置包" ], "summary": "修改配置包", "operationId": "updateConfPackageUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/配置包更新VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理-普通租户配置包" ], "summary": "创建配置包", "operationId": "createConfPackageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/配置包创建VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/copy/{confPackageId}": { "post": { "tags": [ "后台管理-普通租户配置包" ], "summary": "复制-配置包", "operationId": "copyPackageUsingPOST", "parameters": [ { "name": "confPackageId", "in": "path", "description": "confPackageId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/detail/{confPackageId}": { "get": { "tags": [ "后台管理-普通租户配置包" ], "summary": "获取-配置包详情", "operationId": "getDetailUsingGET_1", "parameters": [ { "name": "confPackageId", "in": "path", "description": "confPackageId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfPackageVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/options/gs": { "get": { "tags": [ "后台管理-普通租户配置包" ], "summary": "GS选项列表", "operationId": "queryGsTypeOptionsUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«GS类型»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/options/script": { "get": { "tags": [ "后台管理-普通租户配置包" ], "summary": "模型选项列表", "operationId": "queryScriptOptionsUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«模型选项VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/options/tm": { "get": { "tags": [ "后台管理-普通租户配置包" ], "summary": "TM选项列表", "operationId": "queryTmTypeOptionsUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«TM类型配置»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/options/workbench": { "get": { "tags": [ "后台管理-普通租户配置包" ], "summary": "工作台选项列表", "operationId": "queryWorkbenchOptionsUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«工作台配置»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/page": { "post": { "tags": [ "后台管理-普通租户配置包" ], "summary": "获取分页数据", "operationId": "queryConfPackagePageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/配置包分页查询参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«ConfPackageVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/publish/{confPackageId}": { "post": { "tags": [ "后台管理-普通租户配置包" ], "summary": "发布配置包", "operationId": "publishConfPackageUsingPOST", "parameters": [ { "name": "confPackageId", "in": "path", "description": "confPackageId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/threshold/config": { "get": { "tags": [ "后台管理-普通租户配置包" ], "summary": "阈值配置列表", "operationId": "queryThresholdConfigsUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«阈值配置»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/package/{confPackageId}": { "delete": { "tags": [ "后台管理-普通租户配置包" ], "summary": "删除配置包", "operationId": "deleteConfPackageUsingDELETE", "parameters": [ { "name": "confPackageId", "in": "path", "description": "confPackageId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script": { "put": { "tags": [ "后台管理 - script管理" ], "summary": "更新Script数据", "operationId": "updateScriptUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfScriptVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfScriptVO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - script管理" ], "summary": "创建Script数据", "operationId": "createScriptUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfScriptCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfScriptVO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/dynamic/form/{scriptId}": { "get": { "tags": [ "后台管理 - script管理" ], "summary": "获取脚本动态表单", "operationId": "getDynamicFormVOUsingGET", "parameters": [ { "name": "scriptId", "in": "path", "description": "脚本Id", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«脚本动态表单VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/extendedParameter": { "post": { "tags": [ "后台管理 - script管理" ], "summary": "创建Script扩展参数配置", "operationId": "createExtendedParameterUsingPOST_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ExtendedParameterCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/form/display": { "post": { "tags": [ "后台管理 - script管理" ], "summary": "script Form显示样式-保存", "operationId": "saveFormDisplayUsingPOST_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfScriptFormFiledSaveVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/form/display/{scriptId}": { "get": { "tags": [ "后台管理 - script管理" ], "summary": "script Form显示样式-查询", "operationId": "queryFormDisplayUsingGET_2", "parameters": [ { "name": "scriptId", "in": "path", "description": "scriptId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ConfScriptFormDisplayVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/group": { "get": { "tags": [ "后台管理 - script管理" ], "summary": "获得ScriptGroup-下拉", "operationId": "queryScriptGroupSelectUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ScriptSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/page": { "post": { "tags": [ "后台管理 - script管理" ], "summary": "获得脚本分页", "operationId": "queryScriptPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/脚本分页查询对象" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«ConfScriptVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/queryAlgorithmModelByGroup": { "post": { "tags": [ "后台管理 - script管理" ], "summary": "查询分组算法模型数据", "operationId": "queryAlgorithmModelByGroupUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AlgorithmModelQueryVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ScriptGroupVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/queryScriptSupportFileType": { "get": { "tags": [ "后台管理 - script管理" ], "summary": "获取Script支持的文件类型", "operationId": "queryScriptSupportFileTypeUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«EnumSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/radar/algorithm": { "get": { "tags": [ "后台管理 - script管理" ], "summary": "雷达处理算法", "operationId": "queryRadarAlgorithmUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«雷达处理步骤类型»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/select": { "get": { "tags": [ "后台管理 - script管理" ], "summary": "获得Script数据-下拉", "operationId": "queryScriptTypeSelectUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ScriptSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/with/extend/field/{scriptId}": { "get": { "tags": [ "后台管理 - script管理" ], "summary": "获得Script数据-仅包含扩展属性", "operationId": "getExtendFieldsUsingGET", "parameters": [ { "name": "scriptId", "in": "path", "description": "scriptId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«ExtendFieldsVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/script/{scriptId}": { "delete": { "tags": [ "后台管理 - script管理" ], "summary": "删除Script数据", "operationId": "deleteScriptUsingDELETE", "parameters": [ { "name": "scriptId", "in": "path", "description": "主键", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm": { "put": { "tags": [ "后台管理 - TM管理" ], "summary": "更新TM数据", "operationId": "updateTMUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/基础配置-TM类型" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - TM管理" ], "summary": "创建TM数据", "operationId": "createTMUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfTMTypeCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«基础配置-TM类型»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/all/publish/select": { "get": { "tags": [ "后台管理 - TM管理" ], "summary": "查询所有发布状态TM类型列表", "operationId": "queryAllPublishTMUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfDSSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/copy": { "post": { "tags": [ "后台管理 - TM管理" ], "summary": "拷贝 DS数据", "operationId": "copyDSUsingPOST_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/tm拷贝请求对象" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«基础配置-TM类型»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/extendedParameter": { "post": { "tags": [ "后台管理 - TM管理" ], "summary": "新增(扩展参数配置)", "operationId": "createExtendedParameterUsingPOST_3", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ExtendedParameterCreateVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/form/display": { "post": { "tags": [ "后台管理 - TM管理" ], "summary": "TM Form显示样式-保存", "operationId": "saveFormDisplayUsingPOST_3", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfTMFormFiledSaveVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/form/display/group": { "put": { "tags": [ "后台管理 - TM管理" ], "summary": "TM Form分组-更新", "operationId": "updateFormDisplayGroupUsingPUT_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfTMFormFieldGroupVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - TM管理" ], "summary": "TM Form分组-添加", "operationId": "createFormDisplayGroupUsingPOST_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConfTMFormFieldGroupVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/form/display/group/{formFieldGroupId}": { "delete": { "tags": [ "后台管理 - TM管理" ], "summary": "TM Form分组-删除", "operationId": "deleteFormDisplayGroupUsingDELETE_2", "parameters": [ { "name": "formFieldGroupId", "in": "path", "description": "formFieldGroupId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/form/display/group/{tmTypeId}": { "get": { "tags": [ "后台管理 - TM管理" ], "summary": "TM Form分组-查询", "operationId": "queryFormDisplayGroupUsingGET_2", "parameters": [ { "name": "tmTypeId", "in": "path", "description": "tmTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«ConfFormFieldGroupVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/form/display/{tmTypeId}": { "get": { "tags": [ "后台管理 - TM管理" ], "summary": "TM Form显示样式-查询", "operationId": "queryFormDisplayUsingGET_3", "parameters": [ { "name": "tmTypeId", "in": "path", "description": "tmTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«TM Form显示样式»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/grid/display": { "post": { "tags": [ "后台管理 - TM管理" ], "summary": "TM Grid显示样式-保存", "operationId": "saveGridDisplayUsingPOST_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TM Grid显示样式" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/grid/display/{tmTypeId}": { "get": { "tags": [ "后台管理 - TM管理" ], "summary": "TM Grid显示样式-查询", "operationId": "queryGridDisplayUsingGET_2", "parameters": [ { "name": "tmTypeId", "in": "path", "description": "tmTypeId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«TM Grid显示样式»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/increment/version/{tmTypeId}": { "post": { "tags": [ "后台管理 - TM管理" ], "summary": "TM数据-新增版本", "operationId": "incrementVersionTMUsingPOST", "parameters": [ { "name": "tmTypeId", "in": "path", "description": "tmTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/page": { "post": { "tags": [ "后台管理 - TM管理" ], "summary": "获得TM数据分页", "operationId": "queryTMPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«基础配置-TM类型»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/publish/{tmTypeId}": { "post": { "tags": [ "后台管理 - TM管理" ], "summary": "TM数据-发布版本", "operationId": "publishTMUsingPOST", "parameters": [ { "name": "tmTypeId", "in": "path", "description": "tmTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/with/extend/field/{tmTypeId}": { "get": { "tags": [ "后台管理 - TM管理" ], "summary": "获得TM数据-仅包含扩展属性", "operationId": "getTMAndExtendFieldsUsingGET", "parameters": [ { "name": "tmTypeId", "in": "path", "description": "gsId", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«基础配置-TM类型»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/meta/tm/{tmTypeId}": { "get": { "tags": [ "后台管理 - TM管理" ], "summary": "获得TM数据", "operationId": "getTMUsingGET", "parameters": [ { "name": "tmTypeId", "in": "path", "description": "编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«基础配置-TM类型»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "后台管理 - TM管理" ], "summary": "删除TM数据", "operationId": "deleteTMUsingDELETE", "parameters": [ { "name": "tmTypeId", "in": "path", "description": "主键", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/coordinate/list/crs": { "get": { "tags": [ "saas - 坐标系" ], "summary": "获取坐标系", "operationId": "queryCoordinateCRSUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«CoordinateCRSVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/device/operator/add": { "post": { "tags": [ "设备运营商-接口" ], "summary": "新增", "operationId": "addUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理--设备运营商--信息" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/device/operator/deleteById/{id}": { "delete": { "tags": [ "设备运营商-接口" ], "summary": "删除运营商", "operationId": "deleteByIdUsingDELETE", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/device/operator/pageQuery": { "post": { "tags": [ "设备运营商-接口" ], "summary": "分页", "operationId": "pageQueryUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 租户分页 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«后台管理--设备运营商--信息»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/device/operator/update": { "put": { "tags": [ "设备运营商-接口" ], "summary": "修改", "operationId": "updateUsingPUT_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理--设备运营商--信息" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/device/operator/updateStatus": { "put": { "tags": [ "设备运营商-接口" ], "summary": "修改状态", "operationId": "updateStatusUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理--设备运营商--信息" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/device/operator/{id}": { "get": { "tags": [ "设备运营商-接口" ], "summary": "单条", "operationId": "findByIdUsingGET", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理--设备运营商--信息»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/file-config/create": { "post": { "tags": [ "后台管理 - 文件配置" ], "summary": "创建文件配置", "operationId": "createFileConfigUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 文件配置创建 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/file-config/delete": { "delete": { "tags": [ "后台管理 - 文件配置" ], "summary": "删除文件配置", "operationId": "deleteFileConfigUsingDELETE", "parameters": [ { "name": "id", "in": "query", "description": "编号", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/file-config/get": { "get": { "tags": [ "后台管理 - 文件配置" ], "summary": "获得文件配置", "operationId": "getFileConfigUsingGET", "parameters": [ { "name": "id", "in": "query", "description": "编号", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 文件配置 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/file-config/list": { "get": { "tags": [ "后台管理 - 文件配置" ], "summary": "获得配置列表", "operationId": "getFileConfigListUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 文件配置 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/file-config/page": { "get": { "tags": [ "后台管理 - 文件配置" ], "summary": "获得文件配置分页", "operationId": "getFileConfigPageUsingGET", "parameters": [ { "name": "createTime[0].chronology.calendarType", "in": "query", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "createTime[0].chronology.id", "in": "query", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "createTime[0].dayOfMonth", "in": "query", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "createTime[0].dayOfWeek", "in": "query", "required": false, "style": "form", "schema": { "type": "string", "enum": [ "FRIDAY", "MONDAY", "SATURDAY", "SUNDAY", "THURSDAY", "TUESDAY", "WEDNESDAY" ] } }, { "name": "createTime[0].dayOfYear", "in": "query", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "createTime[0].hour", "in": "query", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "createTime[0].minute", "in": "query", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "createTime[0].month", "in": "query", "required": false, "style": "form", "schema": { "type": "string", "enum": [ "APRIL", "AUGUST", "DECEMBER", "FEBRUARY", "JANUARY", "JULY", "JUNE", "MARCH", "MAY", "NOVEMBER", "OCTOBER", "SEPTEMBER" ] } }, { "name": "createTime[0].monthValue", "in": "query", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "createTime[0].nano", "in": "query", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "createTime[0].second", "in": "query", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "createTime[0].year", "in": "query", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "name", "in": "query", "description": "配置名", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "pageNo", "in": "query", "description": "页码,从 1 开始", "required": true, "style": "form", "schema": { "minimum": 1, "exclusiveMinimum": false, "type": "integer", "format": "int32" } }, { "name": "pageSize", "in": "query", "description": "每页条数,最大值为 100", "required": true, "style": "form", "schema": { "maximum": 100, "exclusiveMaximum": false, "minimum": 1, "exclusiveMinimum": false, "type": "integer", "format": "int32" } }, { "name": "storage", "in": "query", "description": "存储器", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«后台管理 - 文件配置 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/file-config/test": { "get": { "tags": [ "后台管理 - 文件配置" ], "summary": "测试文件配置是否正确", "operationId": "testFileConfigUsingGET", "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "style": "form", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/file-config/update": { "put": { "tags": [ "后台管理 - 文件配置" ], "summary": "更新文件配置", "operationId": "updateFileConfigUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 文件配置更新 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/file-config/update-master": { "put": { "tags": [ "后台管理 - 文件配置" ], "summary": "更新文件配置为 Master", "operationId": "updateFileConfigMasterUsingPUT", "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "style": "form", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/common/file/get/{fileId}": { "get": { "tags": [ "通用 - 文件存储" ], "summary": "下载文件", "operationId": "getFileContentByFileIdUsingGET", "parameters": [ { "name": "fileId", "in": "path", "description": "fileId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/common/file/upload": { "post": { "tags": [ "通用 - 文件存储" ], "summary": "上传文件", "operationId": "uploadFileUsingPOST", "parameters": [ { "name": "file", "in": "query", "description": "文件附件", "required": true, "style": "form", "schema": { "type": "string", "format": "binary" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«FileRespDTO»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/common/file/{configId}/get/**": { "get": { "tags": [ "通用 - 文件存储" ], "summary": "下载文件", "operationId": "getFileContentUsingGET", "parameters": [ { "name": "configId", "in": "path", "description": "配置编号", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/create": { "post": { "tags": [ "后台管理 - 菜单" ], "summary": "创建菜单", "operationId": "createMenuUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 菜单创建 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/delete/{menuId}": { "delete": { "tags": [ "后台管理 - 菜单" ], "summary": "删除菜单", "operationId": "deleteMenuUsingDELETE", "parameters": [ { "name": "menuId", "in": "path", "description": "菜单Id", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/get": { "get": { "tags": [ "后台管理 - 菜单" ], "summary": "获取菜单信息", "operationId": "getMenuUsingGET", "parameters": [ { "name": "id", "in": "query", "description": "id", "required": false, "style": "form", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 菜单信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/headerList": { "get": { "tags": [ "后台管理 - 菜单" ], "summary": "获取菜单页签头", "description": "用于【配置中心】界面", "operationId": "getMenusListUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«MenuClientTypeVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/list": { "get": { "tags": [ "后台管理 - 菜单" ], "summary": "获取菜单列表", "description": "用于【菜单管理】界面", "operationId": "getMenusUsingGET_2", "parameters": [ { "name": "clientType", "in": "query", "description": "租户类型", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } }, { "name": "menuNameSearchStr", "in": "query", "description": "菜单名称", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "status", "in": "query", "description": "展示状态", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«TenantMenuVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/list-all-simple": { "get": { "tags": [ "后台管理 - 菜单" ], "summary": "获取菜单精简信息列表", "description": "只包含被开启的菜单,用于【角色分配菜单】功能的选项。在多租户的场景下,会只返回租户所在身份有的菜单", "operationId": "getSimpleMenusUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 菜单精简信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/projectList": { "get": { "tags": [ "后台管理 - 菜单" ], "summary": "获得项目菜单", "description": "获得项目菜单", "operationId": "projectListUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 菜单信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/supportOrdinaryMenu": { "get": { "tags": [ "后台管理 - 菜单" ], "summary": "获取运营商身份管理可以选择的菜单", "operationId": "supportOrdinaryMenuUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 菜单信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/tenantMenuList": { "get": { "tags": [ "后台管理 - 菜单" ], "summary": "获取本单位可选菜单", "description": "获取本单位可选菜单", "operationId": "tenantMenuListUsingGET_1", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«TenantMenuVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/menu/update": { "put": { "tags": [ "后台管理 - 菜单" ], "summary": "修改菜单", "operationId": "updateMenuUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 菜单更新 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entry": { "put": { "tags": [ "后台管理 - 词条管理 - 词条" ], "summary": "更新词条", "operationId": "updateEntryUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MultilingualEntryUpdateReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - 词条管理 - 词条" ], "summary": "创建词条", "operationId": "createEntryUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MultilingualEntryCreateReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entry/getEntry/{entryId}": { "get": { "tags": [ "后台管理 - 词条管理 - 词条" ], "summary": "获取词条", "operationId": "getEntryUsingGET", "parameters": [ { "name": "entryId", "in": "path", "description": "entryId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«EntryVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entry/page": { "post": { "tags": [ "后台管理 - 词条管理 - 词条" ], "summary": "词条分页", "operationId": "queryEntryPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«EntryVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entry/{entryId}": { "delete": { "tags": [ "后台管理 - 词条管理 - 词条" ], "summary": "删除词条", "operationId": "deleteEntryUsingDELETE", "parameters": [ { "name": "entryId", "in": "path", "description": "entryId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entryPackage": { "put": { "tags": [ "后台管理 - 词条管理 - 词条包" ], "summary": "更新词条包", "operationId": "updateEntryPackageUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/词条管理 - 更新词条包 Response VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - 词条管理 - 词条包" ], "summary": "创建词条包", "operationId": "createEntryPackageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/词条管理 - 创建词条包 Response VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entryPackage/page": { "post": { "tags": [ "后台管理 - 词条管理 - 词条包" ], "summary": "词条包分页", "operationId": "queryEntryPackagePageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«EntryPackageVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entryPackage/queryLanguage": { "get": { "tags": [ "后台管理 - 词条管理 - 词条包" ], "summary": "语言列表", "operationId": "queryLanguageUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«LanguageSelectVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entryPackage/queryLanguageByPackageId/{entryPackageId}": { "get": { "tags": [ "后台管理 - 词条管理 - 词条包" ], "summary": "语言列表", "operationId": "queryLanguageByPackageIdUsingGET", "parameters": [ { "name": "entryPackageId", "in": "path", "description": "entryPackageId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«LanguageTypeVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/entryPackage/{entryPackageId}": { "delete": { "tags": [ "后台管理 - 词条管理 - 词条包" ], "summary": "删除词条包", "operationId": "deleteEntryPackageUsingDELETE", "parameters": [ { "name": "entryPackageId", "in": "path", "description": "entryPackageId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/oauth2-client/create": { "post": { "tags": [ "后台管理 - OAuth2 客户端" ], "summary": "创建 OAuth2 客户端", "operationId": "createOAuth2ClientUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - OAuth2 客户端创建 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/oauth2-client/delete": { "delete": { "tags": [ "后台管理 - OAuth2 客户端" ], "summary": "删除 OAuth2 客户端", "operationId": "deleteOAuth2ClientUsingDELETE", "parameters": [ { "name": "id", "in": "query", "description": "编号", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/oauth2-client/get": { "get": { "tags": [ "后台管理 - OAuth2 客户端" ], "summary": "获得 OAuth2 客户端", "operationId": "getOAuth2ClientUsingGET", "parameters": [ { "name": "id", "in": "query", "description": "编号", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - OAuth2 客户端 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/oauth2-client/page": { "get": { "tags": [ "后台管理 - OAuth2 客户端" ], "summary": "获得OAuth2 客户端分页", "operationId": "getOAuth2ClientPageUsingGET", "parameters": [ { "name": "name", "in": "query", "description": "应用名", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "pageNo", "in": "query", "description": "页码,从 1 开始", "required": true, "style": "form", "schema": { "minimum": 1, "exclusiveMinimum": false, "type": "integer", "format": "int32" } }, { "name": "pageSize", "in": "query", "description": "每页条数,最大值为 100", "required": true, "style": "form", "schema": { "maximum": 100, "exclusiveMaximum": false, "minimum": 1, "exclusiveMinimum": false, "type": "integer", "format": "int32" } }, { "name": "status", "in": "query", "description": "状态", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«后台管理 - OAuth2 客户端 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/oauth2-client/update": { "put": { "tags": [ "后台管理 - OAuth2 客户端" ], "summary": "更新 OAuth2 客户端", "operationId": "updateOAuth2ClientUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - OAuth2 客户端更新 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/oauth2/user/get": { "get": { "tags": [ "后台管理 - OAuth2.0 用户" ], "summary": "获得用户基本信息", "operationId": "getUserInfoUsingGET_1", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - OAuth2 获得用户基本信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/oauth2/user/update": { "put": { "tags": [ "后台管理 - OAuth2.0 用户" ], "summary": "更新用户基本信息", "operationId": "updateUserInfoUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - OAuth2 更新用户基本信息 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/log/page": { "post": { "tags": [ "租户平台 - 操作日志" ], "summary": "获得操作日志信息分页", "operationId": "pageLogUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/操作日志分页查询参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«操作日志VO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/authorityLevel": { "put": { "tags": [ "后台管理 - 租户运营商管理" ], "summary": "更新授权等级", "operationId": "updateOperatorAuthorityLevelUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OperatorAuthorityLevelVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - 租户运营商管理" ], "summary": "创建授权等级", "operationId": "createOperatorAuthorityLevelUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OperatorAuthorityLevelCreateReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/authorityLevel/all/select": { "get": { "tags": [ "后台管理 - 租户运营商管理" ], "summary": "查询授权等级列表", "operationId": "querySystemOperatorAuthorityLevelSelectUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«OperatorAuthorityLevelVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/authorityLevel/all/selectGs": { "get": { "tags": [ "后台管理 - 租户运营商管理" ], "summary": "查询GS全部列表", "operationId": "queryGsTypeSelectUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«GsTypeVO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/authorityLevel/changeStatus": { "post": { "tags": [ "后台管理 - 租户运营商管理" ], "summary": "修改授权等级启用状态", "operationId": "changeStatusUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OperatorAuthorityLevelStatusReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/authorityLevel/configurePermissions": { "post": { "tags": [ "后台管理 - 租户运营商管理" ], "summary": "配置授权等级权限", "operationId": "configurePermissionsUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AuthorityLevelConfigurePermissionsReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/authorityLevel/page": { "post": { "tags": [ "后台管理 - 租户运营商管理" ], "summary": "获得授权等级分页", "operationId": "querySystemOperatorAuthorityLevelPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«OperatorAuthorityLevelVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/authorityLevel/{authorityLevelId}": { "delete": { "tags": [ "后台管理 - 租户运营商管理" ], "summary": "删除授权等级", "operationId": "deleteOperatorAuthorityLevelUsingDELETE", "parameters": [ { "name": "authorityLevelId", "in": "path", "description": "授权等级数据ID", "required": true, "style": "simple", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/tenantSystemBackend": { "put": { "tags": [ "后台管理 - 租户" ], "summary": "更新运营商账号管理(管理员账号)", "operationId": "updateOperatorTenantUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OperatorTenantVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理 - 租户" ], "summary": "创建运营商账号管理(管理员账号)", "operationId": "createOperatorTenantUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OperatorTenantCreateReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/tenantSystemBackend/getDetail/{id}": { "get": { "tags": [ "后台管理 - 租户" ], "summary": "获得营商账号管理(管理员账号)详情", "operationId": "getDetailUsingGET_2", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«OperatorTenantVO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/tenantSystemBackend/page": { "post": { "tags": [ "后台管理 - 租户" ], "summary": "获得营商账号管理(管理员账号)分页", "operationId": "queryOperatorTenantPageUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/分页参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«OperatorTenantVO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/tenantSystemBackend/resetPassword/{userId}": { "put": { "tags": [ "后台管理 - 租户" ], "summary": "运营商账号管理(管理员账号)重置密码", "operationId": "resetPasswordUsingPUT_1", "parameters": [ { "name": "userId", "in": "path", "description": "userId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/tenantSystemBackend/updatePassword": { "post": { "tags": [ "后台管理 - 租户" ], "summary": "运营商账号管理(管理员账号)修改密码", "operationId": "updatePasswordUsingPOST_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OperatorTenantPasswordReqVO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/tenantSystemBackend/{operatorTenantId}": { "delete": { "tags": [ "后台管理 - 租户" ], "summary": "删除运营商账号管理(管理员账号)", "operationId": "deleteOperatorAuthorityLevelUsingDELETE_1", "parameters": [ { "name": "operatorTenantId", "in": "path", "description": "operatorTenantId", "required": true, "style": "simple", "schema": { "type": "string" } }, { "name": "systemBackendTenantId", "description": "运营商账号管理(管理员账号)数据ID", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/role": { "put": { "tags": [ "租户平台 - 角色" ], "summary": "修改角色", "operationId": "updateRoleUsingPUT_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 角色更新 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "租户平台 - 角色" ], "summary": "创建角色", "operationId": "createRoleUsingPOST_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 角色创建 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/role/list-all-simple": { "get": { "tags": [ "租户平台 - 角色" ], "summary": "获取角色精简信息列表", "description": "只包含被开启的角色,主要用于前端的下拉选项", "operationId": "getSimpleRolesUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 角色精简信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/role/page": { "post": { "tags": [ "租户平台 - 角色" ], "summary": "获得角色分页", "operationId": "queryPageUsingPOST_2", "parameters": [ { "name": "nameSearchStr", "in": "query", "description": "角色名称模糊搜索字段", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "pageNo", "in": "query", "description": "页码,从 1 开始", "required": true, "style": "form", "schema": { "minimum": 1, "exclusiveMinimum": false, "type": "integer", "format": "int32" } }, { "name": "pageSize", "in": "query", "description": "每页条数,最大值为 100", "required": true, "style": "form", "schema": { "maximum": 100, "exclusiveMaximum": false, "minimum": 1, "exclusiveMinimum": false, "type": "integer", "format": "int32" } }, { "name": "status", "in": "query", "description": "展示状态", "required": false, "style": "form", "schema": { "type": "boolean" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«后台管理 - 角色信息 Response VO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/role/update-status": { "put": { "tags": [ "租户平台 - 角色" ], "summary": "修改角色状态", "operationId": "updateRoleStatusUsingPUT_1", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 角色更新状态 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/business/system/role/{roleId}": { "get": { "tags": [ "租户平台 - 角色" ], "summary": "获得角色信息", "operationId": "getRoleUsingGET_1", "parameters": [ { "name": "roleId", "in": "path", "description": "roleId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 角色信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "租户平台 - 角色" ], "summary": "删除角色", "operationId": "deleteRoleUsingDELETE_1", "parameters": [ { "name": "roleId", "in": "path", "description": "roleId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/problem-feedback/create": { "post": { "tags": [ "租户平台 - 问题反馈" ], "summary": "创建问题反馈", "operationId": "createProblemFeedbackUsingPOST", "parameters": [ { "name": "contact", "in": "query", "description": "联系方式", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "desc", "in": "query", "description": "描述", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "file", "in": "query", "description": "图片", "required": false, "style": "form", "schema": { "type": "string", "format": "binary" } }, { "name": "fileId", "in": "query", "description": "文件id", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "fileName", "in": "query", "description": "图片名称", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "fileUrl", "in": "query", "description": "图片地址", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "标题", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "1问题 2建议", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«long»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/problem-feedback/delete": { "delete": { "tags": [ "租户平台 - 问题反馈" ], "summary": "删除问题反馈", "operationId": "deleteProblemFeedbackUsingDELETE", "parameters": [ { "name": "id", "in": "query", "description": "编号", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/problem-feedback/get": { "get": { "tags": [ "租户平台 - 问题反馈" ], "summary": "获得问题反馈", "operationId": "getProblemFeedbackUsingGET", "parameters": [ { "name": "id", "in": "query", "description": "编号", "required": true, "style": "form", "allowReserved": false, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«管理后台 - 问题反馈 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/problem-feedback/list": { "get": { "tags": [ "租户平台 - 问题反馈" ], "summary": "获得问题反馈列表", "operationId": "getProblemFeedbackListUsingGET", "parameters": [ { "name": "ids", "in": "query", "description": "编号列表", "required": true, "style": "form", "explode": true, "allowReserved": false, "schema": { "$ref": "Error-ModelName{namespace='java.util', name='List'}" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«管理后台 - 问题反馈 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/problem-feedback/page": { "get": { "tags": [ "租户平台 - 问题反馈" ], "summary": "获得问题反馈分页", "operationId": "getProblemFeedbackPageUsingGET", "parameters": [ { "name": "contact", "in": "query", "description": "联系方式", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "desc", "in": "query", "description": "描述", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "pageNo", "in": "query", "description": "页码,从 1 开始", "required": true, "style": "form", "schema": { "minimum": 1, "exclusiveMinimum": false, "type": "integer", "format": "int32" } }, { "name": "pageSize", "in": "query", "description": "每页条数,最大值为 100", "required": true, "style": "form", "schema": { "maximum": 100, "exclusiveMaximum": false, "minimum": 1, "exclusiveMinimum": false, "type": "integer", "format": "int32" } }, { "name": "title", "in": "query", "description": "标题", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "1问题 2建议", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«管理后台 - 问题反馈 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/problem-feedback/update": { "put": { "tags": [ "租户平台 - 问题反馈" ], "summary": "更新问题反馈", "operationId": "updateProblemFeedbackUsingPUT", "parameters": [ { "name": "contact", "in": "query", "description": "联系方式", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "desc", "in": "query", "description": "描述", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "fileId", "in": "query", "description": "文件id", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "fileName", "in": "query", "description": "图片名称", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "fileUrl", "in": "query", "description": "图片地址", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": true, "style": "form", "schema": { "type": "integer", "format": "int64" } }, { "name": "title", "in": "query", "description": "标题", "required": false, "style": "form", "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "1问题 2建议", "required": false, "style": "form", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/project/task/template": { "put": { "tags": [ "后台管理-自动任务模板管理" ], "summary": "修改自动任务模板", "operationId": "updateUsingPUT_3", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/自动任务模板修改VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理-自动任务模板管理" ], "summary": "新建自动任务模板", "operationId": "createUsingPOST_2", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/自动任务模板创建VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/project/task/template/detail/{projectTaskTemplateId}": { "get": { "tags": [ "后台管理-自动任务模板管理" ], "summary": "获取详情", "operationId": "getDetailUsingGET_3", "parameters": [ { "name": "projectTaskTemplateId", "in": "path", "description": "projectTaskTemplateId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«自动任务模板信息VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/project/task/template/ds/options/{baseConfTmTypeId}": { "get": { "tags": [ "后台管理-自动任务模板管理" ], "summary": "查询TM方法类型关联的DS类型列表", "operationId": "queryDsTypeOptionsUsingGET", "parameters": [ { "name": "baseConfTmTypeId", "in": "path", "description": "baseConfTmTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«DS类型选项VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/project/task/template/page": { "post": { "tags": [ "后台管理-自动任务模板管理" ], "summary": "分页查询自动任务模板列表", "operationId": "queryPageUsingPOST_3", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/自动任务模板分页查询参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«自动任务模板信息VO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/project/task/template/script/options/{baseConfDsTypeId}": { "get": { "tags": [ "后台管理-自动任务模板管理" ], "summary": "查询DS类型关联的脚本列表", "operationId": "queryScriptOptionsUsingGET_1", "parameters": [ { "name": "baseConfDsTypeId", "in": "path", "description": "baseConfDsTypeId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«模型选项VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/project/task/template/{id}": { "delete": { "tags": [ "后台管理-自动任务模板管理" ], "summary": "删除自动任务模板", "operationId": "deleteUsingDELETE_3", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/guide/confirm": { "post": { "tags": [ "租户平台 - 系统指引" ], "summary": "确认系统指引", "operationId": "confirmUsingPOST", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/guide/status": { "get": { "tags": [ "租户平台 - 系统指引" ], "summary": "判断用户是否需要系统指引", "operationId": "getGuideStatusUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/exception-type": { "put": { "tags": [ "后台管理-系统异常类型管理" ], "summary": "更新异常类型", "operationId": "updateSystemExceptionTypeUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/异常类型更新请求" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "后台管理-系统异常类型管理" ], "summary": "创建异常类型", "operationId": "createSystemExceptionTypeUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/异常类型创建请求" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/exception-type/detail/{id}": { "get": { "tags": [ "后台管理-系统异常类型管理" ], "summary": "获取异常类型详情", "operationId": "getDetailUsingGET_4", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«异常类型响应»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/exception-type/field/options": { "get": { "tags": [ "后台管理-系统异常类型管理" ], "summary": "查询异常名称模板字段列表", "operationId": "queryExceptionNameTemplateFieldUsingGET", "parameters": [ { "name": "exceptionTypeId", "in": "query", "description": "exceptionTypeId", "required": false, "style": "form", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«异常名称模板字段选择响应»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/exception-type/list": { "get": { "tags": [ "后台管理-系统异常类型管理" ], "summary": "查询全部异常类型列表", "operationId": "listAllUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«异常类型响应»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/exception-type/list/area": { "get": { "tags": [ "后台管理-系统异常类型管理" ], "summary": "获取类型为面的异常类型列表", "operationId": "listByMarkTypeAreaUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«异常类型响应»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/exception-type/page": { "post": { "tags": [ "后台管理-系统异常类型管理" ], "summary": "分页查询异常类型", "operationId": "queryPageUsingPOST_4", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/异常类型分页查询参数" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«分页结果«异常类型响应»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/conf/exception-type/{id}": { "delete": { "tags": [ "后台管理-系统异常类型管理" ], "summary": "删除异常类型", "operationId": "deleteSystemExceptionTypeUsingDELETE", "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/dept": { "put": { "tags": [ "租户平台 - 部门" ], "summary": "更新部门", "operationId": "updateDeptUsingPUT", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 部门更新 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "post": { "tags": [ "租户平台 - 部门" ], "summary": "创建部门", "operationId": "createDeptUsingPOST", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/后台管理 - 部门创建 Request VO" } } } }, "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«string»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/dept/list-simple": { "get": { "tags": [ "租户平台 - 部门" ], "summary": "租户部门信息列表-下拉框", "operationId": "querySimpleUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 部门信息 Response VO»»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/dept/query/tree": { "post": { "tags": [ "租户平台 - 部门" ], "summary": "团队管理页面获取部门列表包括用户数量", "operationId": "queryDeptTreeUsingPOST", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«List«后台管理 - 部门信息 Response VO»»" } } } }, "201": { "description": "Created" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/system/dept/{deptId}": { "get": { "tags": [ "租户平台 - 部门" ], "summary": "获得部门信息", "operationId": "getDeptUsingGET", "parameters": [ { "name": "deptId", "in": "path", "description": "deptId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«后台管理 - 部门信息 Response VO»" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } }, "delete": { "tags": [ "租户平台 - 部门" ], "summary": "删除部门", "operationId": "deleteDeptUsingDELETE", "parameters": [ { "name": "deptId", "in": "path", "description": "deptId", "required": true, "style": "simple", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult«boolean»" } } } }, "204": { "description": "No Content" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/user/wx/getUrl": { "get": { "tags": [ "租户平台---微信相关操作" ], "summary": "请求url", "operationId": "scanQrCodeImgUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/CommonResult" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } }, "/admin/user/wx/test": { "get": { "tags": [ "租户平台---微信相关操作" ], "summary": "测试test", "operationId": "testForWeiXinUsingGET", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "type": "string" } } } }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" } }, "extensions": { "x-order": "2147483647" } } } }, "components": { "schemas": { "AlgorithmModelQueryVO": { "title": "AlgorithmModelQueryVO", "type": "object", "properties": { "groupTypeList": { "type": "array", "description": "分组类型", "items": { "type": "integer", "format": "int32" }, "refType": "integer" } } }, "AuthorityLevelConfigurePermissionsReqVO": { "title": "AuthorityLevelConfigurePermissionsReqVO", "type": "object", "properties": { "authorityLevelId": { "type": "string", "description": "授权等级id", "refType": null }, "baseConfIdList": { "type": "array", "description": "GSid集合", "items": { "type": "integer", "format": "int64" }, "refType": "integer" } } }, "CarrierIdentityCopyReqVO": { "title": "CarrierIdentityCopyReqVO", "type": "object", "properties": { "id": { "type": "string", "description": "id主键", "refType": null } } }, "CarrierIdentityCreateReqVO": { "title": "CarrierIdentityCreateReqVO", "type": "object", "properties": { "confCode": { "type": "string", "description": "编码", "refType": null }, "menuList": { "type": "array", "description": "菜单权限列表", "items": { "type": "string" }, "refType": "string" }, "nameChn": { "type": "string", "description": "身份名称(中文)", "refType": null }, "nameEng": { "type": "string", "description": "身份名称(英文)", "refType": null } } }, "CarrierIdentityPublishReqVO": { "title": "CarrierIdentityPublishReqVO", "type": "object", "properties": { "id": { "type": "string", "refType": null } } }, "CarrierIdentityUpdateReqVO": { "title": "CarrierIdentityUpdateReqVO", "type": "object", "properties": { "id": { "type": "string", "description": "id主键", "refType": null }, "menuList": { "type": "array", "description": "菜单权限列表", "items": { "type": "string" }, "refType": "string" }, "nameChn": { "type": "string", "description": "身份名称(中文)", "refType": null }, "nameEng": { "type": "string", "description": "身份名称(英文)", "refType": null } } }, "CarrierIdentityVO": { "title": "CarrierIdentityVO", "type": "object", "properties": { "confCode": { "type": "string", "refType": null }, "createTime": { "type": "string", "format": "date-time", "refType": null }, "id": { "type": "string", "refType": null }, "menuDOList": { "type": "array", "items": { "$ref": "#/components/schemas/MenuDO" }, "refType": "MenuDO" }, "nameChn": { "type": "string", "refType": null }, "nameEng": { "type": "string", "refType": null }, "publishStatus": { "type": "integer", "format": "int32", "refType": null } } }, "CommonResult": { "title": "CommonResult", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "object" }, "msg": { "type": "string" } } }, "CommonResult«CarrierIdentityVO»": { "title": "CommonResult«CarrierIdentityVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/CarrierIdentityVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfDDTypeVO»": { "title": "CommonResult«ConfDDTypeVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfDDTypeVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfDSTypeVO»": { "title": "CommonResult«ConfDSTypeVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfDSTypeVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfDeviceModelVO»": { "title": "CommonResult«ConfDeviceModelVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfDeviceModelVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfDictTypeVO»": { "title": "CommonResult«ConfDictTypeVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfDictTypeVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfDsTypeDdFieldDisplayVO»": { "title": "CommonResult«ConfDsTypeDdFieldDisplayVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfDsTypeDdFieldDisplayVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfGSTypeVO»": { "title": "CommonResult«ConfGSTypeVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfGSTypeVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfPackageVO»": { "title": "CommonResult«ConfPackageVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfPackageVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfScriptFormDisplayVO»": { "title": "CommonResult«ConfScriptFormDisplayVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfScriptFormDisplayVO" }, "msg": { "type": "string" } } }, "CommonResult«ConfScriptVO»": { "title": "CommonResult«ConfScriptVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ConfScriptVO" }, "msg": { "type": "string" } } }, "CommonResult«DS Grid显示样式»": { "title": "CommonResult«DS Grid显示样式»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/DS Grid显示样式" }, "msg": { "type": "string" } } }, "CommonResult«EntryVO»": { "title": "CommonResult«EntryVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/EntryVO" }, "msg": { "type": "string" } } }, "CommonResult«ExtendFieldsVO»": { "title": "CommonResult«ExtendFieldsVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/ExtendFieldsVO" }, "msg": { "type": "string" } } }, "CommonResult«FileRespDTO»": { "title": "CommonResult«FileRespDTO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/FileRespDTO" }, "msg": { "type": "string" } } }, "CommonResult«GS Grid显示样式»": { "title": "CommonResult«GS Grid显示样式»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/GS Grid显示样式" }, "msg": { "type": "string" } } }, "CommonResult«GSForm显示样式»": { "title": "CommonResult«GSForm显示样式»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/GSForm显示样式" }, "msg": { "type": "string" } } }, "CommonResult«List«ConfDDSelectVO»»": { "title": "CommonResult«List«ConfDDSelectVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ConfDDSelectVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ConfDSDataFilterDisplayVO»»": { "title": "CommonResult«List«ConfDSDataFilterDisplayVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ConfDSDataFilterDisplayVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ConfDSSelectVO»»": { "title": "CommonResult«List«ConfDSSelectVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ConfDSSelectVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ConfDictTypeVO»»": { "title": "CommonResult«List«ConfDictTypeVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ConfDictTypeVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ConfDsTypeDdFieldDisplayVO»»": { "title": "CommonResult«List«ConfDsTypeDdFieldDisplayVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ConfDsTypeDdFieldDisplayVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ConfFormFieldGroupVO»»": { "title": "CommonResult«List«ConfFormFieldGroupVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ConfFormFieldGroupVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ConfPackageVO»»": { "title": "CommonResult«List«ConfPackageVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ConfPackageVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ConfSelectVO»»": { "title": "CommonResult«List«ConfSelectVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ConfSelectVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«CoordinateCRSVO»»": { "title": "CommonResult«List«CoordinateCRSVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/CoordinateCRSVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«DS类型选项VO»»": { "title": "CommonResult«List«DS类型选项VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/DS类型选项VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«EnumSelectVO»»": { "title": "CommonResult«List«EnumSelectVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/EnumSelectVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«GS类型»»": { "title": "CommonResult«List«GS类型»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/GS类型" } }, "msg": { "type": "string" } } }, "CommonResult«List«GsTypeVO»»": { "title": "CommonResult«List«GsTypeVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/GsTypeVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«LanguageSelectVO»»": { "title": "CommonResult«List«LanguageSelectVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/LanguageSelectVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«LanguageTypeVO»»": { "title": "CommonResult«List«LanguageTypeVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/LanguageTypeVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«MenuClientTypeVO»»": { "title": "CommonResult«List«MenuClientTypeVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/MenuClientTypeVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«OperatorAuthorityLevelVO»»": { "title": "CommonResult«List«OperatorAuthorityLevelVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/OperatorAuthorityLevelVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ScriptGroupVO»»": { "title": "CommonResult«List«ScriptGroupVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ScriptGroupVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«ScriptSelectVO»»": { "title": "CommonResult«List«ScriptSelectVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ScriptSelectVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«TM类型配置»»": { "title": "CommonResult«List«TM类型配置»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/TM类型配置" } }, "msg": { "type": "string" } } }, "CommonResult«List«TenantMenuVO»»": { "title": "CommonResult«List«TenantMenuVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/TenantMenuVO" } }, "msg": { "type": "string" } } }, "CommonResult«List«后台管理 - 文件配置 Response VO»»": { "title": "CommonResult«List«后台管理 - 文件配置 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/后台管理 - 文件配置 Response VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«后台管理 - 登录用户的菜单信息 Response VO»»": { "title": "CommonResult«List«后台管理 - 登录用户的菜单信息 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/后台管理 - 登录用户的菜单信息 Response VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«后台管理 - 菜单信息 Response VO»»": { "title": "CommonResult«List«后台管理 - 菜单信息 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/后台管理 - 菜单信息 Response VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«后台管理 - 菜单精简信息 Response VO»»": { "title": "CommonResult«List«后台管理 - 菜单精简信息 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/后台管理 - 菜单精简信息 Response VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«后台管理 - 角色精简信息 Response VO»»": { "title": "CommonResult«List«后台管理 - 角色精简信息 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/后台管理 - 角色精简信息 Response VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«后台管理 - 部门信息 Response VO»»": { "title": "CommonResult«List«后台管理 - 部门信息 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/后台管理 - 部门信息 Response VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«工作台配置»»": { "title": "CommonResult«List«工作台配置»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/工作台配置" } }, "msg": { "type": "string" } } }, "CommonResult«List«异常名称模板字段选择响应»»": { "title": "CommonResult«List«异常名称模板字段选择响应»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/异常名称模板字段选择响应" } }, "msg": { "type": "string" } } }, "CommonResult«List«异常类型响应»»": { "title": "CommonResult«List«异常类型响应»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/异常类型响应" } }, "msg": { "type": "string" } } }, "CommonResult«List«模型选项VO»»": { "title": "CommonResult«List«模型选项VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/模型选项VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«滤波器响应 VO»»": { "title": "CommonResult«List«滤波器响应 VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/滤波器响应 VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«管理后台 - 问题反馈 Response VO»»": { "title": "CommonResult«List«管理后台 - 问题反馈 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/管理后台 - 问题反馈 Response VO" } }, "msg": { "type": "string" } } }, "CommonResult«List«阈值配置»»": { "title": "CommonResult«List«阈值配置»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/阈值配置" } }, "msg": { "type": "string" } } }, "CommonResult«List«雷达处理步骤类型»»": { "title": "CommonResult«List«雷达处理步骤类型»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/雷达处理步骤类型" } }, "msg": { "type": "string" } } }, "CommonResult«Map«string,object»»": { "title": "CommonResult«Map«string,object»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "object" }, "msg": { "type": "string" } } }, "CommonResult«OperatorTenantVO»": { "title": "CommonResult«OperatorTenantVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/OperatorTenantVO" }, "msg": { "type": "string" } } }, "CommonResult«TM Form显示样式»": { "title": "CommonResult«TM Form显示样式»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/TM Form显示样式" }, "msg": { "type": "string" } } }, "CommonResult«TM Grid显示样式»": { "title": "CommonResult«TM Grid显示样式»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/TM Grid显示样式" }, "msg": { "type": "string" } } }, "CommonResult«UploadAvatarRespVO»": { "title": "CommonResult«UploadAvatarRespVO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/UploadAvatarRespVO" }, "msg": { "type": "string" } } }, "CommonResult«app - 用户信息 Response VO»": { "title": "CommonResult«app - 用户信息 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/app - 用户信息 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«app - 登录 Response VO»": { "title": "CommonResult«app - 登录 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/app - 登录 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«boolean»": { "title": "CommonResult«boolean»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "boolean" }, "msg": { "type": "string" } } }, "CommonResult«long»": { "title": "CommonResult«long»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "integer", "format": "int64" }, "msg": { "type": "string" } } }, "CommonResult«saas - 用户信息 Response VO»": { "title": "CommonResult«saas - 用户信息 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/saas - 用户信息 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«string»": { "title": "CommonResult«string»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "type": "string" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«CarrierIdentityVO»»": { "title": "CommonResult«分页结果«CarrierIdentityVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«CarrierIdentityVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«ConfDDTypeVO»»": { "title": "CommonResult«分页结果«ConfDDTypeVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«ConfDDTypeVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«ConfDSTypeVO»»": { "title": "CommonResult«分页结果«ConfDSTypeVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«ConfDSTypeVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«ConfDeviceModelVO»»": { "title": "CommonResult«分页结果«ConfDeviceModelVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«ConfDeviceModelVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«ConfDictTypeVO»»": { "title": "CommonResult«分页结果«ConfDictTypeVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«ConfDictTypeVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«ConfGSTypeVO»»": { "title": "CommonResult«分页结果«ConfGSTypeVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«ConfGSTypeVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«ConfPackageVO»»": { "title": "CommonResult«分页结果«ConfPackageVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«ConfPackageVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«ConfScriptVO»»": { "title": "CommonResult«分页结果«ConfScriptVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«ConfScriptVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«EntryPackageVO»»": { "title": "CommonResult«分页结果«EntryPackageVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«EntryPackageVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«EntryVO»»": { "title": "CommonResult«分页结果«EntryVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«EntryVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«OperatorAuthorityLevelVO»»": { "title": "CommonResult«分页结果«OperatorAuthorityLevelVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«OperatorAuthorityLevelVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«OperatorTenantVO»»": { "title": "CommonResult«分页结果«OperatorTenantVO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«OperatorTenantVO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«saas - 用户信息 Response VO»»": { "title": "CommonResult«分页结果«saas - 用户信息 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«saas - 用户信息 Response VO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«后台管理 - OAuth2 客户端 Response VO»»": { "title": "CommonResult«分页结果«后台管理 - OAuth2 客户端 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«后台管理 - OAuth2 客户端 Response VO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«后台管理 - 文件配置 Response VO»»": { "title": "CommonResult«分页结果«后台管理 - 文件配置 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«后台管理 - 文件配置 Response VO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«后台管理 - 用户分页时的信息 Response VO»»": { "title": "CommonResult«分页结果«后台管理 - 用户分页时的信息 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«后台管理 - 用户分页时的信息 Response VO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«后台管理 - 角色信息 Response VO»»": { "title": "CommonResult«分页结果«后台管理 - 角色信息 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«后台管理 - 角色信息 Response VO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«后台管理--设备运营商--信息»»": { "title": "CommonResult«分页结果«后台管理--设备运营商--信息»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«后台管理--设备运营商--信息»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«基础配置-TM类型»»": { "title": "CommonResult«分页结果«基础配置-TM类型»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«基础配置-TM类型»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«异常类型响应»»": { "title": "CommonResult«分页结果«异常类型响应»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«异常类型响应»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«操作日志VO»»": { "title": "CommonResult«分页结果«操作日志VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«操作日志VO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«管理后台 - 问题反馈 Response VO»»": { "title": "CommonResult«分页结果«管理后台 - 问题反馈 Response VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«管理后台 - 问题反馈 Response VO»" }, "msg": { "type": "string" } } }, "CommonResult«分页结果«自动任务模板信息VO»»": { "title": "CommonResult«分页结果«自动任务模板信息VO»»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/分页结果«自动任务模板信息VO»" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - OAuth2 客户端 Response VO»": { "title": "CommonResult«后台管理 - OAuth2 客户端 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - OAuth2 客户端 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - OAuth2 获得用户基本信息 Response VO»": { "title": "CommonResult«后台管理 - OAuth2 获得用户基本信息 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - OAuth2 获得用户基本信息 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - 文件配置 Response VO»": { "title": "CommonResult«后台管理 - 文件配置 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - 文件配置 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - 用户信息 Response VO»": { "title": "CommonResult«后台管理 - 用户信息 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - 用户信息 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - 登录 Response VO»": { "title": "CommonResult«后台管理 - 登录 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - 登录 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - 登录用户的权限信息 Response VO»": { "title": "CommonResult«后台管理 - 登录用户的权限信息 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - 登录用户的权限信息 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - 菜单信息 Response VO»": { "title": "CommonResult«后台管理 - 菜单信息 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - 菜单信息 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - 角色信息 Response VO»": { "title": "CommonResult«后台管理 - 角色信息 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - 角色信息 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理 - 部门信息 Response VO»": { "title": "CommonResult«后台管理 - 部门信息 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理 - 部门信息 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«后台管理--设备运营商--信息»": { "title": "CommonResult«后台管理--设备运营商--信息»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/后台管理--设备运营商--信息" }, "msg": { "type": "string" } } }, "CommonResult«商用平台 - 登录 Response VO»": { "title": "CommonResult«商用平台 - 登录 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/商用平台 - 登录 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«基础配置-TM类型»": { "title": "CommonResult«基础配置-TM类型»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/基础配置-TM类型" }, "msg": { "type": "string" } } }, "CommonResult«异常类型响应»": { "title": "CommonResult«异常类型响应»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/异常类型响应" }, "msg": { "type": "string" } } }, "CommonResult«滤波器响应 VO»": { "title": "CommonResult«滤波器响应 VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/滤波器响应 VO" }, "msg": { "type": "string" } } }, "CommonResult«管理后台 - 问题反馈 Response VO»": { "title": "CommonResult«管理后台 - 问题反馈 Response VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/管理后台 - 问题反馈 Response VO" }, "msg": { "type": "string" } } }, "CommonResult«脚本动态表单VO»": { "title": "CommonResult«脚本动态表单VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/脚本动态表单VO" }, "msg": { "type": "string" } } }, "CommonResult«自动任务模板信息VO»": { "title": "CommonResult«自动任务模板信息VO»", "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/自动任务模板信息VO" }, "msg": { "type": "string" } } }, "ConfDDSelectVO": { "title": "ConfDDSelectVO", "type": "object", "properties": { "confDDId": { "type": "string", "description": "dd主键", "refType": null }, "ddCode": { "type": "string", "description": "dd编码", "refType": null }, "nameChn": { "type": "string", "description": "dd中文名", "refType": null }, "nameEng": { "type": "string", "description": "dd英文名", "refType": null } } }, "ConfDDTypeCreateVO": { "title": "ConfDDTypeCreateVO", "type": "object", "properties": { "confCode": { "type": "string", "description": "dd编码", "refType": null }, "ddConfJsonObject": { "type": "object", "additionalProperties": { "type": "object" }, "description": "dd json配置", "refType": null }, "descriptionChn": { "type": "string", "description": "中文描述", "refType": null }, "descriptionEng": { "type": "string", "description": "英文描述", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null } } }, "ConfDDTypeVO": { "title": "ConfDDTypeVO", "required": [ "ddId" ], "type": "object", "properties": { "confCode": { "type": "string", "description": "dd编码", "refType": null }, "ddConfJsonObject": { "type": "object", "additionalProperties": { "type": "object" }, "description": "dd json配置", "refType": null }, "ddId": { "type": "string", "refType": null }, "descriptionChn": { "type": "string", "description": "中文描述", "refType": null }, "descriptionEng": { "type": "string", "description": "英文描述", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null } } }, "ConfDSDataFilterDisplayCreateVO": { "title": "ConfDSDataFilterDisplayCreateVO", "type": "object", "properties": { "confType": { "type": "integer", "description": "配置类型,1:GS 2:TM 3:DS 4:数据字典", "format": "int32", "refType": null }, "fieldItemDisplayList": { "type": "array", "description": "展示列表", "items": { "$ref": "#/components/schemas/FieldItemDisplayVO" }, "refType": "FieldItemDisplayVO" }, "typeId": { "type": "string", "description": "配置关联id", "refType": null } } }, "ConfDSDataFilterDisplayVO": { "title": "ConfDSDataFilterDisplayVO", "type": "object", "properties": { "confFieldId": { "type": "string", "refType": null }, "confType": { "type": "integer", "format": "int32", "refType": null }, "displayType": { "type": "integer", "format": "int32", "refType": null }, "fieldCode": { "type": "string", "refType": null }, "fieldNameChn": { "type": "string", "refType": null }, "fieldNameEng": { "type": "string", "refType": null }, "id": { "type": "string", "refType": null }, "typeId": { "type": "string", "refType": null } } }, "ConfDSFormFieldGroupVO": { "title": "ConfDSFormFieldGroupVO", "type": "object", "properties": { "dsTypeId": { "type": "string", "description": "ds类型", "refType": null }, "formFieldGroupId": { "type": "string", "description": "分组id", "refType": null }, "groupNameChn": { "type": "string", "description": "分组名-中文", "refType": null }, "groupNameEng": { "type": "string", "description": "分组名-英文", "refType": null }, "groupSort": { "type": "integer", "description": "排序字段", "format": "int32", "refType": null } } }, "ConfDSFormFiledSaveVO": { "title": "ConfDSFormFiledSaveVO", "type": "object", "properties": { "dsTypeId": { "type": "string", "description": "ds类型Id", "refType": null }, "formFieldList": { "type": "array", "description": "form字段列表", "items": { "$ref": "#/components/schemas/ConfFormFieldVO" }, "refType": "ConfFormFieldVO" } } }, "ConfDSSelectVO": { "title": "ConfDSSelectVO", "type": "object", "properties": { "baseConfId": { "type": "string", "refType": null }, "confCode": { "type": "string", "refType": null }, "dsTypeId": { "type": "string", "refType": null }, "nameChn": { "type": "string", "refType": null }, "nameEng": { "type": "string", "refType": null }, "versionCode": { "type": "string", "refType": null } } }, "ConfDSTypeCreateVO": { "title": "ConfDSTypeCreateVO", "type": "object", "properties": { "confCode": { "type": "string", "description": "DS编码", "refType": null }, "confDDId": { "type": "string", "description": "dd配置Id", "refType": null }, "defaultExportProcessorId": { "type": "integer", "description": "导出处理器Id", "format": "int64", "refType": null }, "defaultImportProcessorId": { "type": "integer", "description": "导入处理器Id", "format": "int64", "refType": null }, "defaultModelProcessorId": { "type": "integer", "description": "默认模型Id", "format": "int64", "refType": null }, "descriptionChn": { "type": "string", "description": "中文描述", "refType": null }, "descriptionEng": { "type": "string", "description": "英文描述", "refType": null }, "dsClassifyType": { "type": "integer", "description": "ds配置类型", "format": "int32", "refType": null }, "instructionUrlChn": { "type": "string", "description": "中文说明文档", "refType": null }, "instructionUrlEng": { "type": "string", "description": "英文说明文档", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null } } }, "ConfDSTypeVO": { "title": "ConfDSTypeVO", "type": "object", "properties": { "baseConfId": { "type": "string", "refType": null }, "confCode": { "type": "string", "description": "ds编码", "refType": null }, "confDDId": { "type": "string", "description": "dd配置Id", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "ddCode": { "type": "string", "description": "dd配置编码", "refType": null }, "ddNameChn": { "type": "string", "description": "dd配置-中文名", "refType": null }, "defaultExportProcessorId": { "type": "string", "description": "导出处理器Id", "refType": null }, "defaultImportProcessorId": { "type": "string", "description": "导入处理器Id", "refType": null }, "defaultModelProcessorId": { "type": "string", "description": "默认模型Id", "refType": null }, "descriptionChn": { "type": "string", "description": "中文描述", "refType": null }, "descriptionEng": { "type": "string", "description": "英文描述", "refType": null }, "dsClassifyType": { "type": "integer", "description": "ds配置类型", "format": "int32", "refType": null }, "dsDefineConfJson": { "type": "string", "description": "ds自定义配置json", "refType": null }, "dsTypeId": { "type": "string", "description": "ds主键", "refType": null }, "fieldList": { "type": "array", "description": "字段列表", "items": { "$ref": "#/components/schemas/ConfFieldVO" }, "refType": "ConfFieldVO" }, "instructionUrlChn": { "type": "string", "description": "中文说明文档", "refType": null }, "instructionUrlEng": { "type": "string", "description": "英文说明文档", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "publishPsnId": { "type": "string", "description": "发布时间", "refType": null }, "publishTime": { "type": "string", "description": "发布时间", "format": "date-time", "refType": null }, "versionCode": { "type": "string", "description": "版本编码", "refType": null }, "versionStatus": { "type": "integer", "description": "版本状态", "format": "int32", "refType": null } } }, "ConfDeviceModelVO": { "title": "ConfDeviceModelVO", "type": "object", "properties": { "code": { "type": "string", "refType": null }, "createTime": { "type": "string", "format": "date-time", "refType": null }, "dsList": { "type": "array", "items": { "$ref": "#/components/schemas/ds数据关联" }, "refType": "ds数据关联" }, "id": { "type": "string", "refType": null }, "nameChn": { "type": "string", "refType": null }, "nameEng": { "type": "string", "refType": null }, "remarkChn": { "type": "string", "refType": null }, "remarkEng": { "type": "string", "refType": null }, "type": { "type": "string", "refType": null } } }, "ConfDictItemCreateVO": { "title": "ConfDictItemCreateVO", "type": "object", "properties": { "itemValue": { "type": "string", "description": "字典键值", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null } } }, "ConfDictTypeCreateVO": { "title": "ConfDictTypeCreateVO", "type": "object", "properties": { "confCode": { "type": "string", "description": "字典代码", "refType": null }, "itemList": { "type": "array", "description": "键值列表", "items": { "$ref": "#/components/schemas/ConfDictItemCreateVO" }, "refType": "ConfDictItemCreateVO" }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null } } }, "ConfDictTypeVO": { "title": "ConfDictTypeVO", "type": "object", "properties": { "baseConfId": { "type": "string", "refType": null }, "confCode": { "type": "string", "description": "字典代码", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "dictTypeId": { "type": "string", "description": "字典主键", "refType": null }, "itemList": { "type": "array", "description": "键值列表", "items": { "$ref": "#/components/schemas/基础配置-字典具体值" }, "refType": "基础配置-字典具体值" }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "publishPsnId": { "type": "string", "description": "发布时间", "refType": null }, "publishTime": { "type": "string", "description": "发布时间", "format": "date-time", "refType": null }, "versionCode": { "type": "string", "description": "版本编码", "refType": null }, "versionStatus": { "type": "integer", "description": "版本状态", "format": "int32", "refType": null } } }, "ConfDsTypeDdFieldDisplayVO": { "title": "ConfDsTypeDdFieldDisplayVO", "type": "object", "properties": { "baseConfId": { "type": "string", "description": "DS基础配置ID", "refType": null }, "ddTypeId": { "type": "string", "description": "DD类型ID", "refType": null }, "displayGroup": { "type": "string", "description": "呈现DD表单JSON字符串", "refType": null }, "dsTypeId": { "type": "string", "description": "DS配置ID", "refType": null }, "id": { "type": "string", "description": "主键ID", "refType": null } } }, "ConfFieldVO": { "title": "ConfFieldVO", "type": "object", "properties": { "confCode": { "type": "string", "description": "配置编码", "refType": null }, "confFieldId": { "type": "string", "description": "字段Id", "refType": null }, "confId": { "type": "string", "description": "配置Id", "refType": null }, "confType": { "type": "integer", "description": "配置编码,1:GS 2:TM 3:DS 4:数据字典 6:脚本", "format": "int32", "refType": null }, "fieldCode": { "type": "string", "description": "字段编码", "refType": null }, "fieldConfigJsonObject": { "type": "object", "description": "字段个性化配置,如:数字最大最小,字符长度等", "refType": null }, "fieldDataType": { "type": "integer", "description": "字段数据类型", "format": "int32", "refType": null }, "fieldDefaultValue": { "type": "string", "description": "字段的默认值", "refType": null }, "fieldNameChn": { "type": "string", "description": "字段中文名", "refType": null }, "fieldNameEng": { "type": "string", "description": "字段英文名", "refType": null }, "fieldUseType": { "type": "integer", "description": "字段使用类型,1:固定属性 2:扩展属性", "format": "int32", "refType": null }, "optionsObject": { "type": "array", "description": "选项数据", "items": { "$ref": "#/components/schemas/ConfSelectVO" }, "refType": "ConfSelectVO" } } }, "ConfFormFieldGroupVO": { "title": "ConfFormFieldGroupVO", "type": "object", "properties": { "formFieldGroupId": { "type": "string", "description": "分组id", "refType": null }, "groupNameChn": { "type": "string", "description": "分组名-中文", "refType": null }, "groupNameEng": { "type": "string", "description": "分组名-英文", "refType": null }, "groupSort": { "type": "integer", "description": "排序字段", "format": "int32", "refType": null } } }, "ConfFormFieldVO": { "title": "ConfFormFieldVO", "type": "object", "properties": { "confFieldId": { "type": "string", "description": "显示字段Id", "refType": null }, "displayComponentType": { "type": "integer", "description": "显示组件类型", "format": "int32", "refType": null }, "displaySort": { "type": "integer", "description": "显示排序", "format": "int32", "refType": null }, "fieldCode": { "type": "string", "description": "字段编码", "refType": null }, "fieldConfigJsonObject": { "type": "object", "description": "字段个性化配置,如:数字最大最小,字符长度等", "refType": null }, "fieldDataType": { "type": "integer", "description": "字段数据类型", "format": "int32", "refType": null }, "fieldDefaultValue": { "type": "string", "description": "字段的默认值", "refType": null }, "fieldNameChn": { "type": "string", "description": "字段中文名", "refType": null }, "fieldNameEng": { "type": "string", "description": "字段英文名", "refType": null }, "fieldUseType": { "type": "integer", "description": "字段使用类型,1:固定属性 2:扩展属性", "format": "int32", "refType": null }, "formFieldGroupId": { "type": "string", "description": "显示字段分组Id", "refType": null }, "requiredType": { "type": "integer", "description": "是否必填,0:不必填 1:必填 2:禁用", "format": "int32", "refType": null } } }, "ConfGSFormFieldGroupVO": { "title": "ConfGSFormFieldGroupVO", "type": "object", "properties": { "formFieldGroupId": { "type": "string", "description": "分组id", "refType": null }, "groupNameChn": { "type": "string", "description": "分组名-中文", "refType": null }, "groupNameEng": { "type": "string", "description": "分组名-英文", "refType": null }, "groupSort": { "type": "integer", "description": "排序字段", "format": "int32", "refType": null }, "gsTypeId": { "type": "string", "description": "gs类型", "refType": null } } }, "ConfGSFormFiledSaveVO": { "title": "ConfGSFormFiledSaveVO", "type": "object", "properties": { "formFieldList": { "type": "array", "description": "form字段列表", "items": { "$ref": "#/components/schemas/ConfFormFieldVO" }, "refType": "ConfFormFieldVO" }, "gsTypeId": { "type": "string", "description": "gs类型Id", "refType": null } } }, "ConfGSTypeVO": { "title": "ConfGSTypeVO", "type": "object", "properties": { "baseConfId": { "type": "string", "refType": null }, "confCode": { "type": "string", "description": "gs编码", "refType": null }, "coordinateJsonObject": { "type": "object", "description": "图例", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "descriptionChn": { "type": "string", "description": "中文描述", "refType": null }, "descriptionEng": { "type": "string", "description": "英文描述", "refType": null }, "dsList": { "type": "array", "description": "ds列表", "items": { "$ref": "#/components/schemas/ds数据关联" }, "refType": "ds数据关联" }, "fieldList": { "type": "array", "description": "字段列表", "items": { "$ref": "#/components/schemas/ConfFieldVO" }, "refType": "ConfFieldVO" }, "gsTypeId": { "type": "string", "description": "gs类型Id", "refType": null }, "instructionUrlChn": { "type": "string", "description": "中文说明文档", "refType": null }, "instructionUrlEng": { "type": "string", "description": "英文说明文档", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "publishPsnId": { "type": "string", "description": "发布时间", "refType": null }, "publishTime": { "type": "string", "description": "发布时间", "format": "date-time", "refType": null }, "showStatus": { "type": "integer", "description": "显示状态", "format": "int32", "refType": null }, "versionCode": { "type": "string", "description": "版本编码", "refType": null }, "versionStatus": { "type": "integer", "description": "版本状态", "format": "int32", "refType": null } } }, "ConfGridFieldVO": { "title": "ConfGridFieldVO", "type": "object", "properties": { "confFieldId": { "type": "string", "description": "显示字段Id", "refType": null }, "displaySort": { "type": "integer", "description": "显示排序", "format": "int32", "refType": null }, "displayType": { "type": "integer", "description": "显示类型,0:不显示 1:显示", "format": "int32", "refType": null }, "fieldCode": { "type": "string", "description": "字段编码", "refType": null }, "fieldNameChn": { "type": "string", "description": "字段中文名", "refType": null }, "fieldNameEng": { "type": "string", "description": "字段英文名", "refType": null }, "fieldUseType": { "type": "integer", "description": "字段使用类型,1:固定属性 2:扩展属性", "format": "int32", "refType": null } } }, "ConfPackageVO": { "title": "ConfPackageVO", "type": "object", "properties": { "confCode": { "type": "string", "description": "配置包编码", "refType": null }, "confPackageThresholdVOList": { "type": "array", "items": { "$ref": "#/components/schemas/阈值配置" }, "refType": "阈值配置" }, "confType": { "type": "integer", "description": "配置类型 1-系统默认配置 2-自定义配置", "format": "int32", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "gsTypeBaseConfList": { "type": "array", "description": "GS类型基础配置Id列表", "items": { "$ref": "#/components/schemas/GS类型" }, "refType": "GS类型" }, "id": { "type": "string", "description": "配置包id", "refType": null }, "menuList": { "type": "array", "description": "菜单基础配置Id列表", "items": { "$ref": "#/components/schemas/MenuDO" }, "refType": "MenuDO" }, "nameChn": { "type": "string", "description": "配置包名称", "refType": null }, "nameEng": { "type": "string", "description": "配置包英文名", "refType": null }, "publishStatus": { "type": "integer", "description": "发布状态 1-未发布 2-已发布 3-已归档", "format": "int32", "refType": null }, "scriptList": { "type": "array", "description": "脚本基础配置Id列表", "items": { "$ref": "#/components/schemas/模型选项VO" }, "refType": "模型选项VO" }, "tenantType": { "type": "integer", "description": "租户类型 1-运营商配置包 2-普通租户配置包", "format": "int32", "refType": null }, "thresholdConfig": { "type": "object", "description": "阈值配置键值对", "refType": null }, "tmTypeBaseConfList": { "type": "array", "description": "TM类型基础配置Id列表", "items": { "$ref": "#/components/schemas/TM类型配置" }, "refType": "TM类型配置" }, "workbenchTypeList": { "type": "array", "description": "工作台基础配置类型列表", "items": { "$ref": "#/components/schemas/工作台配置" }, "refType": "工作台配置" } }, "description": "配置包信息" }, "ConfScriptCreateVO": { "title": "ConfScriptCreateVO", "type": "object", "properties": { "inputDataType": { "type": "array", "description": "输入数据类型", "items": { "type": "string" }, "refType": "string" }, "outputDataType": { "type": "array", "description": "输出数据类型", "items": { "type": "string" }, "refType": "string" }, "scriptCode": { "type": "string", "description": "脚本编码", "refType": null }, "scriptDescChn": { "type": "string", "description": "脚本描述-中文", "refType": null }, "scriptDescEng": { "type": "string", "description": "脚本描述-英文", "refType": null }, "scriptGroup": { "type": "integer", "description": "分组", "format": "int32", "refType": null }, "scriptNameChn": { "type": "string", "description": "脚本名-中文", "refType": null }, "scriptNameEng": { "type": "string", "description": "脚本名称-英文", "refType": null }, "scriptOperationType": { "type": "integer", "description": "脚本操作类型,1:导入 2:导出", "format": "int32", "refType": null }, "supportedFileTypeList": { "type": "array", "description": "支持的文件类型", "items": { "type": "integer", "format": "int32" }, "refType": "integer" }, "tmTypeBaseConfIdList": { "type": "array", "description": "tm类型", "items": { "type": "string" }, "refType": "string" } } }, "ConfScriptFormDisplayVO": { "title": "ConfScriptFormDisplayVO", "type": "object", "properties": { "formFieldGroupList": { "type": "array", "description": "form字段分组列表", "items": { "$ref": "#/components/schemas/ConfFormFieldGroupVO" }, "refType": "ConfFormFieldGroupVO" }, "formFieldList": { "type": "array", "description": "form字段列表", "items": { "$ref": "#/components/schemas/ConfFormFieldVO" }, "refType": "ConfFormFieldVO" }, "scriptId": { "type": "string", "description": "script类型Id", "refType": null } } }, "ConfScriptFormFiledSaveVO": { "title": "ConfScriptFormFiledSaveVO", "type": "object", "properties": { "formFieldList": { "type": "array", "description": "form字段列表", "items": { "$ref": "#/components/schemas/ConfFormFieldVO" }, "refType": "ConfFormFieldVO" }, "scriptId": { "type": "string", "description": "脚本id", "refType": null } } }, "ConfScriptVO": { "title": "ConfScriptVO", "type": "object", "properties": { "confTmTypeVOList": { "type": "array", "items": { "$ref": "#/components/schemas/基础配置-TM类型" }, "refType": "基础配置-TM类型" }, "dsList": { "type": "array", "items": { "$ref": "#/components/schemas/ds数据关联" }, "refType": "ds数据关联" }, "fieldList": { "type": "array", "items": { "$ref": "#/components/schemas/ConfFieldVO" }, "refType": "ConfFieldVO" }, "id": { "type": "string", "refType": null }, "inputDataType": { "type": "array", "items": { "type": "string" }, "refType": "string" }, "inputDsTypeList": { "type": "array", "items": { "$ref": "#/components/schemas/ConfDSTypeVO" }, "refType": "ConfDSTypeVO" }, "outputDataType": { "type": "array", "items": { "type": "string" }, "refType": "string" }, "outputDsTypeList": { "type": "array", "items": { "$ref": "#/components/schemas/ConfDSTypeVO" }, "refType": "ConfDSTypeVO" }, "scriptCode": { "type": "string", "refType": null }, "scriptDescChn": { "type": "string", "refType": null }, "scriptDescEng": { "type": "string", "refType": null }, "scriptGroup": { "type": "integer", "format": "int32", "refType": null }, "scriptNameChn": { "type": "string", "refType": null }, "scriptNameEng": { "type": "string", "refType": null }, "supportedFileTypeList": { "type": "array", "items": { "type": "integer", "format": "int32" }, "refType": "integer" }, "supportedFileTypeSelectList": { "type": "array", "items": { "$ref": "#/components/schemas/EnumSelectVO" }, "refType": "EnumSelectVO" }, "tmTypeBaseConfIdList": { "type": "array", "items": { "type": "string" }, "refType": "string" } } }, "ConfSelectVO": { "title": "ConfSelectVO", "type": "object", "properties": { "code": { "type": "string", "refType": null }, "name": { "type": "string", "refType": null } } }, "ConfTMFormFieldGroupVO": { "title": "ConfTMFormFieldGroupVO", "type": "object", "properties": { "formFieldGroupId": { "type": "string", "description": "分组id", "refType": null }, "groupNameChn": { "type": "string", "description": "分组名-中文", "refType": null }, "groupNameEng": { "type": "string", "description": "分组名-英文", "refType": null }, "groupSort": { "type": "integer", "description": "排序字段", "format": "int32", "refType": null }, "tmTypeId": { "type": "string", "description": "tm类型Id", "refType": null } } }, "ConfTMFormFiledSaveVO": { "title": "ConfTMFormFiledSaveVO", "type": "object", "properties": { "formFieldList": { "type": "array", "description": "form字段列表", "items": { "$ref": "#/components/schemas/ConfFormFieldVO" }, "refType": "ConfFormFieldVO" }, "tmTypeId": { "type": "string", "description": "tm类型Id", "refType": null } } }, "ConfTMTypeCreateVO": { "title": "ConfTMTypeCreateVO", "type": "object", "properties": { "confCode": { "type": "string", "description": "tm编码", "refType": null }, "coordinateJsonObject": { "type": "object", "description": "图例", "refType": null }, "descriptionChn": { "type": "string", "description": "中文描述", "refType": null }, "descriptionEng": { "type": "string", "description": "英文描述", "refType": null }, "dsList": { "type": "array", "description": "ds列表", "items": { "$ref": "#/components/schemas/ds数据关联" }, "refType": "ds数据关联" }, "instructionUrlChn": { "type": "string", "description": "说明文档-中文", "refType": null }, "instructionUrlEng": { "type": "string", "description": "说明文档-英文", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "showStatus": { "type": "integer", "description": "显示状态", "format": "int32", "refType": null } } }, "CoordinateCRSVO": { "title": "CoordinateCRSVO", "type": "object", "properties": { "crsAliasName": { "type": "string", "refType": null }, "crsChildList": { "type": "array", "items": { "$ref": "#/components/schemas/CoordinateCRSVO" }, "refType": "CoordinateCRSVO" }, "crsCode": { "type": "string", "refType": null } } }, "DS Grid显示样式": { "title": "DS Grid显示样式", "type": "object", "properties": { "dsTypeId": { "type": "string", "description": "ds类型Id", "refType": null }, "gridFieldList": { "type": "array", "description": "grid字段列表", "items": { "$ref": "#/components/schemas/ConfGridFieldVO" }, "refType": "ConfGridFieldVO" } } }, "DS类型选项VO": { "title": "DS类型选项VO", "type": "object", "properties": { "baseConfId": { "type": "string", "description": "DS类型基础配置ID", "refType": null }, "confCode": { "type": "string", "description": "DS类型编码", "refType": null }, "dsTypeId": { "type": "string", "description": "DS类型ID", "refType": null }, "name": { "type": "string", "description": "DS类型名称", "refType": null } } }, "DeviceModelCreateVO": { "title": "DeviceModelCreateVO", "type": "object", "properties": { "code": { "type": "string", "description": "设备型号编码", "refType": null }, "dsList": { "type": "array", "description": "Ds数据类型", "items": { "$ref": "#/components/schemas/ds数据关联" }, "refType": "ds数据关联" }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "remarkChn": { "type": "string", "description": "中文备注", "refType": null }, "remarkEng": { "type": "string", "description": "英文备注", "refType": null }, "type": { "type": "string", "description": "设备类型", "refType": null } } }, "DeviceModelUpdateVO": { "title": "DeviceModelUpdateVO", "type": "object", "properties": { "code": { "type": "string", "description": "设备型号编码", "refType": null }, "dsList": { "type": "array", "description": "Ds数据类型", "items": { "$ref": "#/components/schemas/ds数据关联" }, "refType": "ds数据关联" }, "id": { "type": "string", "description": "主键", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "remarkChn": { "type": "string", "description": "中文备注", "refType": null }, "remarkEng": { "type": "string", "description": "英文备注", "refType": null }, "type": { "type": "string", "description": "设备类型", "refType": null } } }, "EntryPackageVO": { "title": "EntryPackageVO", "type": "object", "properties": { "createPsnId": { "type": "string", "refType": null }, "createTime": { "type": "string", "refType": null }, "defaultSupportedLanguages": { "type": "string", "refType": null }, "extendedSupportedLanguages": { "type": "string", "refType": null }, "id": { "type": "string", "refType": null }, "packageCode": { "type": "string", "refType": null }, "packageName": { "type": "string", "refType": null }, "updatePsnId": { "type": "string", "refType": null }, "updateTime": { "type": "string", "refType": null } } }, "EntryVO": { "title": "EntryVO", "type": "object", "properties": { "chn": { "type": "string", "refType": null }, "createPsnId": { "type": "string", "refType": null }, "createTime": { "type": "string", "refType": null }, "eng": { "type": "string", "refType": null }, "entryCode": { "type": "string", "refType": null }, "entryDetailDOList": { "type": "array", "items": { "$ref": "#/components/schemas/SystemMultilingualEntryDetailVO" }, "refType": "SystemMultilingualEntryDetailVO" }, "entryId": { "type": "string", "refType": null }, "id": { "type": "string", "refType": null }, "languageTypesList": { "type": "array", "items": { "$ref": "#/components/schemas/LanguageTypeVO" }, "refType": "LanguageTypeVO" }, "notConfiguredLanguages": { "type": "string", "refType": null }, "packageCode": { "type": "string", "refType": null }, "packageId": { "type": "string", "refType": null }, "updatePsnId": { "type": "string", "refType": null }, "updateTime": { "type": "string", "refType": null } } }, "EnumSelectVO": { "title": "EnumSelectVO", "type": "object", "properties": { "code": { "type": "integer", "description": "编码", "format": "int32", "refType": null }, "description": { "type": "string", "description": "描述", "refType": null } } }, "ExtendFieldsVO": { "title": "ExtendFieldsVO", "type": "object", "properties": { "fieldList": { "type": "array", "items": { "$ref": "#/components/schemas/ConfFieldVO" }, "refType": "ConfFieldVO" } } }, "ExtendedParameterCreateVO": { "title": "ExtendedParameterCreateVO", "type": "object", "properties": { "confCode": { "type": "string", "refType": null }, "fieldList": { "type": "array", "description": "字段列表", "items": { "$ref": "#/components/schemas/ConfFieldVO" }, "refType": "ConfFieldVO" }, "id": { "type": "string", "description": "id", "refType": null } } }, "FieldItemDisplayVO": { "title": "FieldItemDisplayVO", "type": "object", "properties": { "confFieldId": { "type": "string", "description": "字段id", "refType": null }, "displayType": { "type": "integer", "description": "是否展示", "format": "int32", "refType": null }, "fieldCode": { "type": "string", "description": "字段编码", "refType": null }, "id": { "type": "string", "refType": null } } }, "FileClientConfig": { "title": "FileClientConfig", "type": "object" }, "FileRespDTO": { "title": "FileRespDTO", "type": "object", "properties": { "configId": { "type": "string", "refType": null }, "extensionInfo": { "type": "object", "additionalProperties": { "type": "object" }, "refType": null }, "id": { "type": "string", "refType": null }, "name": { "type": "string", "refType": null }, "path": { "type": "string", "refType": null }, "size": { "type": "integer", "format": "int32", "refType": null }, "type": { "type": "string", "refType": null }, "url": { "type": "string", "refType": null } } }, "GS Grid显示样式": { "title": "GS Grid显示样式", "type": "object", "properties": { "gridFieldList": { "type": "array", "description": "grid字段列表", "items": { "$ref": "#/components/schemas/ConfGridFieldVO" }, "refType": "ConfGridFieldVO" }, "gsTypeId": { "type": "string", "description": "gs类型Id", "refType": null } } }, "GSForm显示样式": { "title": "GSForm显示样式", "type": "object", "properties": { "formFieldGroupList": { "type": "array", "description": "form字段分组列表", "items": { "$ref": "#/components/schemas/ConfFormFieldGroupVO" }, "refType": "ConfFormFieldGroupVO" }, "formFieldList": { "type": "array", "description": "form字段列表", "items": { "$ref": "#/components/schemas/ConfFormFieldVO" }, "refType": "ConfFormFieldVO" }, "gsTypeId": { "type": "string", "description": "gs类型Id", "refType": null } } }, "GS类型": { "title": "GS类型", "type": "object", "properties": { "baseConfId": { "type": "string", "description": "GS类型基础配置Id", "refType": null }, "confCode": { "type": "string", "description": "GS类型编码", "refType": null }, "name": { "type": "string", "description": "GS类型名称", "refType": null } } }, "GsTypeVO": { "title": "GsTypeVO", "type": "object", "properties": { "baseConfId": { "type": "string", "refType": null }, "color": { "type": "string", "refType": null }, "confCode": { "type": "string", "refType": null }, "coordinateType": { "type": "string", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "descriptionChn": { "type": "string", "refType": null }, "descriptionEng": { "type": "string", "refType": null }, "gsTypeId": { "type": "string", "refType": null }, "instructionUrlChn": { "type": "string", "refType": null }, "instructionUrlEng": { "type": "string", "refType": null }, "legend": { "type": "string", "refType": null }, "nameChn": { "type": "string", "refType": null }, "nameEng": { "type": "string", "refType": null }, "publishPsnId": { "type": "string", "description": "发布时间", "refType": null }, "publishTime": { "type": "string", "description": "发布时间", "format": "date-time", "refType": null }, "showStatus": { "type": "integer", "format": "int32", "refType": null }, "versionCode": { "type": "string", "refType": null }, "versionStatus": { "type": "integer", "description": "版本状态", "format": "int32", "refType": null } } }, "LanguageSelectVO": { "title": "LanguageSelectVO", "type": "object", "properties": { "lable": { "type": "string", "refType": null }, "value": { "type": "string", "refType": null } } }, "LanguageTypeVO": { "title": "LanguageTypeVO", "type": "object", "properties": { "entryContent": { "type": "string", "description": "词条内容", "refType": null }, "languageCode": { "type": "string", "description": "语言类型", "refType": null }, "languageDescription": { "type": "string", "description": "语言描述", "refType": null } } }, "MenuClientTypeVO": { "title": "MenuClientTypeVO", "type": "object", "properties": { "clientType": { "type": "integer", "description": "菜单-客户端类型编码", "format": "int32", "refType": null }, "description": { "type": "string", "description": "菜单-客户端类型描述", "refType": null } } }, "MenuDO": { "title": "MenuDO", "type": "object", "properties": { "clientType": { "type": "integer", "format": "int32", "refType": null }, "component": { "type": "string", "refType": null }, "componentName": { "type": "string", "refType": null }, "createPsnId": { "type": "string", "refType": null }, "createTime": { "type": "string", "format": "date-time", "refType": null }, "deleted": { "type": "integer", "format": "int32", "refType": null }, "errRedirectUrl": { "type": "string", "refType": null }, "icon": { "type": "string", "refType": null }, "id": { "type": "string", "refType": null }, "isCache": { "type": "integer", "format": "int32", "refType": null }, "isFrame": { "type": "integer", "format": "int32", "refType": null }, "isIncludeSkin": { "type": "integer", "format": "int32", "refType": null }, "menuName": { "type": "string", "refType": null }, "menuType": { "type": "string", "refType": null }, "nameChn": { "type": "string", "refType": null }, "nameEng": { "type": "string", "refType": null }, "orderNum": { "type": "integer", "format": "int32", "refType": null }, "parentId": { "type": "string", "refType": null }, "path": { "type": "string", "refType": null }, "perms": { "type": "string", "refType": null }, "remark": { "type": "string", "refType": null }, "status": { "type": "integer", "format": "int32", "refType": null }, "updatePsnId": { "type": "string", "refType": null }, "updateTime": { "type": "string", "format": "date-time", "refType": null }, "visible": { "type": "integer", "format": "int32", "refType": null } } }, "ModelAndView": { "title": "ModelAndView", "type": "object", "properties": { "empty": { "type": "boolean" }, "model": { "type": "object" }, "modelMap": { "type": "object", "additionalProperties": { "type": "object" } }, "reference": { "type": "boolean" }, "status": { "type": "string", "enum": [ "ACCEPTED", "ALREADY_REPORTED", "BAD_GATEWAY", "BAD_REQUEST", "BANDWIDTH_LIMIT_EXCEEDED", "CHECKPOINT", "CONFLICT", "CONTINUE", "CREATED", "DESTINATION_LOCKED", "EXPECTATION_FAILED", "FAILED_DEPENDENCY", "FORBIDDEN", "FOUND", "GATEWAY_TIMEOUT", "GONE", "HTTP_VERSION_NOT_SUPPORTED", "IM_USED", "INSUFFICIENT_SPACE_ON_RESOURCE", "INSUFFICIENT_STORAGE", "INTERNAL_SERVER_ERROR", "I_AM_A_TEAPOT", "LENGTH_REQUIRED", "LOCKED", "LOOP_DETECTED", "METHOD_FAILURE", "METHOD_NOT_ALLOWED", "MOVED_PERMANENTLY", "MOVED_TEMPORARILY", "MULTIPLE_CHOICES", "MULTI_STATUS", "NETWORK_AUTHENTICATION_REQUIRED", "NON_AUTHORITATIVE_INFORMATION", "NOT_ACCEPTABLE", "NOT_EXTENDED", "NOT_FOUND", "NOT_IMPLEMENTED", "NOT_MODIFIED", "NO_CONTENT", "OK", "PARTIAL_CONTENT", "PAYLOAD_TOO_LARGE", "PAYMENT_REQUIRED", "PERMANENT_REDIRECT", "PRECONDITION_FAILED", "PRECONDITION_REQUIRED", "PROCESSING", "PROXY_AUTHENTICATION_REQUIRED", "REQUESTED_RANGE_NOT_SATISFIABLE", "REQUEST_ENTITY_TOO_LARGE", "REQUEST_HEADER_FIELDS_TOO_LARGE", "REQUEST_TIMEOUT", "REQUEST_URI_TOO_LONG", "RESET_CONTENT", "SEE_OTHER", "SERVICE_UNAVAILABLE", "SWITCHING_PROTOCOLS", "TEMPORARY_REDIRECT", "TOO_EARLY", "TOO_MANY_REQUESTS", "UNAUTHORIZED", "UNAVAILABLE_FOR_LEGAL_REASONS", "UNPROCESSABLE_ENTITY", "UNSUPPORTED_MEDIA_TYPE", "UPGRADE_REQUIRED", "URI_TOO_LONG", "USE_PROXY", "VARIANT_ALSO_NEGOTIATES" ] }, "view": { "$ref": "#/components/schemas/View" }, "viewName": { "type": "string" } } }, "MultilingualEntryCreateReqVO": { "title": "MultilingualEntryCreateReqVO", "type": "object", "properties": { "entryCode": { "type": "string", "description": "词条编码", "refType": null }, "languageTypeList": { "type": "array", "description": "词条", "items": { "$ref": "#/components/schemas/LanguageTypeVO" }, "refType": "LanguageTypeVO" }, "packageId": { "type": "string", "description": "词条包id", "refType": null } } }, "MultilingualEntryUpdateReqVO": { "title": "MultilingualEntryUpdateReqVO", "type": "object", "properties": { "entryCode": { "type": "string", "description": "词条编码", "refType": null }, "id": { "type": "string", "description": "id主键", "refType": null }, "languageTypeList": { "type": "array", "description": "词条", "items": { "$ref": "#/components/schemas/LanguageTypeVO" }, "refType": "LanguageTypeVO" } } }, "OperatorAuthorityLevelCreateReqVO": { "title": "OperatorAuthorityLevelCreateReqVO", "type": "object", "properties": { "authorityLevelName": { "type": "string", "description": "授权等级名称", "refType": null }, "description": { "type": "string", "description": "描述", "refType": null }, "numberTenants": { "type": "integer", "description": "租户数量", "format": "int32", "refType": null } } }, "OperatorAuthorityLevelStatusReqVO": { "title": "OperatorAuthorityLevelStatusReqVO", "type": "object", "properties": { "id": { "type": "string", "description": "主键id", "refType": null }, "isEnable": { "type": "boolean", "description": "启用状态", "example": false, "refType": null } } }, "OperatorAuthorityLevelVO": { "title": "OperatorAuthorityLevelVO", "type": "object", "properties": { "authorityLevelName": { "type": "string", "description": "授权等级名称", "refType": null }, "createName": { "type": "string", "description": "创建者姓名", "refType": null }, "createPsnId": { "type": "string", "description": "创建者id", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "refType": null }, "description": { "type": "string", "description": "描述", "refType": null }, "gsTypeVOList": { "type": "array", "items": { "$ref": "#/components/schemas/GsTypeVO" }, "refType": "GsTypeVO" }, "id": { "type": "string", "description": "主键id", "refType": null }, "isEnable": { "type": "boolean", "description": "启用状态", "example": false, "refType": null }, "numberTenants": { "type": "integer", "description": "租户数量", "format": "int32", "refType": null } } }, "OperatorTenantCreateReqVO": { "title": "OperatorTenantCreateReqVO", "required": [ "allocationCodeList", "effectiveCodeList", "iconFileData", "logoFileData" ], "type": "object", "properties": { "administratorName": { "pattern": "^[A-Za-z0-9]+$", "type": "string", "description": "管理员账号名称", "refType": null }, "allocationCodeList": { "type": "array", "description": "可下发的身份包", "items": { "type": "string" }, "refType": "string" }, "authorityLevelId": { "type": "string", "description": "授权等级Id", "refType": null }, "belongingRegion": { "type": "string", "description": "所属区域", "refType": null }, "belongingSector": { "type": "string", "description": "所属行业", "refType": null }, "effectiveCodeList": { "type": "array", "description": "生效的身份包", "items": { "type": "string" }, "refType": "string" }, "iconFileData": { "type": "string", "description": "icon附件", "refType": null }, "iconFileName": { "type": "string", "refType": null }, "logoFileData": { "type": "string", "description": "logo附件", "refType": null }, "logoFileName": { "type": "string", "refType": null }, "name": { "type": "string", "description": "运营商名称", "refType": null }, "tenantIdentityId": { "type": "string", "refType": null } } }, "OperatorTenantPasswordReqVO": { "title": "OperatorTenantPasswordReqVO", "type": "object", "properties": { "newPassword": { "type": "string", "description": "新密码", "refType": null }, "password": { "type": "string", "description": "密码", "refType": null }, "userId": { "type": "string", "description": "用户id", "refType": null } } }, "OperatorTenantVO": { "title": "OperatorTenantVO", "required": [ "allocationCodeList", "effectiveCodeList" ], "type": "object", "properties": { "administratorEmail": { "type": "string", "description": "管理员绑定邮箱", "refType": null }, "administratorName": { "type": "string", "description": "管理员账号名称", "refType": null }, "administratorsUserId": { "type": "string", "description": "管理员账号Id", "refType": null }, "allocationCodeList": { "type": "array", "description": "可下发的身份包(code)", "items": { "type": "string" }, "refType": "string" }, "authorityLevelId": { "type": "string", "description": "授权等级Id", "refType": null }, "authorityLevelName": { "type": "string", "refType": null }, "belongingRegion": { "type": "string", "description": "所属区域", "refType": null }, "belongingSector": { "type": "string", "description": "所属行业", "refType": null }, "createName": { "type": "string", "refType": null }, "createPsnId": { "type": "string", "refType": null }, "createTime": { "type": "string", "refType": null }, "effectiveCodeList": { "type": "array", "description": "生效的身份包(code)", "items": { "type": "string" }, "refType": "string" }, "iconFileData": { "type": "string", "refType": null }, "iconFileName": { "type": "string", "refType": null }, "iconPath": { "type": "string", "refType": null }, "id": { "type": "string", "description": "主键id", "refType": null }, "logoFileData": { "type": "string", "refType": null }, "logoFileName": { "type": "string", "refType": null }, "logoPath": { "type": "string", "refType": null }, "name": { "type": "string", "description": "运营商名称", "refType": null }, "status": { "type": "integer", "format": "int32", "refType": null }, "tenantIdentityId": { "type": "string", "refType": null }, "tenantIdentityName": { "type": "string", "refType": null } } }, "ScriptGroupVO": { "title": "ScriptGroupVO", "type": "object", "properties": { "id": { "type": "string", "description": "主键id", "refType": null }, "pythonCode": { "type": "string", "description": "python编码", "refType": null }, "scriptCode": { "type": "string", "description": "脚本编码", "refType": null }, "scriptGroup": { "type": "integer", "description": "分组类型", "format": "int32", "refType": null }, "scriptName": { "type": "string", "description": "脚本名称", "refType": null } } }, "ScriptSelectVO": { "title": "ScriptSelectVO", "type": "object", "properties": { "id": { "type": "string", "refType": null }, "name": { "type": "string", "refType": null }, "type": { "type": "integer", "description": "脚本操作类型, 1:导入 2:导出", "format": "int32", "refType": null } } }, "SystemExceptionNameVO": { "title": "SystemExceptionNameVO", "type": "object", "properties": { "fieldCode": { "type": "string", "description": "异常标注编码", "refType": null }, "fieldName": { "type": "string", "description": "异常标注名称模板字段", "refType": null }, "sort": { "type": "integer", "description": "使用序号", "format": "int32", "refType": null } } }, "SystemMultilingualEntryDetailVO": { "title": "SystemMultilingualEntryDetailVO", "type": "object", "properties": { "createTime": { "type": "string", "format": "date-time", "refType": null }, "entryCode": { "type": "string", "refType": null }, "entryContent": { "type": "string", "refType": null }, "entryId": { "type": "string", "refType": null }, "languageCode": { "type": "string", "refType": null }, "languageDescription": { "type": "string", "refType": null }, "packageCode": { "type": "string", "refType": null }, "packageId": { "type": "string", "refType": null }, "updateTime": { "type": "string", "format": "date-time", "refType": null } } }, "TM Form显示样式": { "title": "TM Form显示样式", "type": "object", "properties": { "formFieldGroupList": { "type": "array", "description": "form字段分组列表", "items": { "$ref": "#/components/schemas/ConfFormFieldGroupVO" }, "refType": "ConfFormFieldGroupVO" }, "formFieldList": { "type": "array", "description": "form字段列表", "items": { "$ref": "#/components/schemas/ConfFormFieldVO" }, "refType": "ConfFormFieldVO" }, "tmTypeId": { "type": "string", "description": "tm类型Id", "refType": null } } }, "TM Grid显示样式": { "title": "TM Grid显示样式", "type": "object", "properties": { "gridFieldList": { "type": "array", "description": "grid字段列表", "items": { "$ref": "#/components/schemas/ConfGridFieldVO" }, "refType": "ConfGridFieldVO" }, "tmTypeId": { "type": "string", "description": "tm类型Id", "refType": null } } }, "TM类型配置": { "title": "TM类型配置", "type": "object", "properties": { "baseConfId": { "type": "string", "description": "TM类型基础配置Id", "refType": null }, "confCode": { "type": "string", "description": "TM类型编码", "refType": null }, "name": { "type": "string", "description": "TM类型名称", "refType": null } } }, "TenantMenuVO": { "title": "TenantMenuVO", "type": "object", "properties": { "clientType": { "type": "integer", "format": "int32", "refType": null }, "component": { "type": "string", "refType": null }, "componentName": { "type": "string", "refType": null }, "createTime": { "type": "string", "format": "date-time", "refType": null }, "errRedirectUrl": { "type": "string", "refType": null }, "icon": { "type": "string", "refType": null }, "isCache": { "type": "boolean", "refType": null }, "isFrame": { "type": "string", "refType": null }, "isIncludeSkin": { "type": "boolean", "refType": null }, "menuId": { "type": "string", "refType": null }, "menuName": { "type": "string", "refType": null }, "menuType": { "type": "string", "refType": null }, "name": { "type": "string", "refType": null }, "orderNum": { "type": "integer", "format": "int32", "refType": null }, "parentId": { "type": "string", "refType": null }, "path": { "type": "string", "refType": null }, "perms": { "type": "string", "refType": null }, "remark": { "type": "string", "refType": null }, "status": { "type": "boolean", "refType": null }, "visible": { "type": "boolean", "refType": null } } }, "UpdateUserPasswordReqVO": { "title": "UpdateUserPasswordReqVO", "type": "object", "properties": { "newPassword": { "type": "string", "description": "新密码", "refType": null }, "password": { "type": "string", "description": "密码", "refType": null }, "userId": { "type": "string", "description": "用户id", "refType": null } } }, "UploadAvatarRespVO": { "title": "UploadAvatarRespVO", "type": "object", "properties": { "avatar": { "type": "string", "refType": null } } }, "UserUpdateRqeVO": { "title": "UserUpdateRqeVO", "required": [ "gender", "nickName" ], "type": "object", "properties": { "gender": { "type": "integer", "description": "性别", "format": "int32", "refType": null }, "nickName": { "type": "string", "description": "昵称", "refType": null } } }, "View": { "title": "View", "type": "object", "properties": { "contentType": { "type": "string" } } }, "app - 用户信息 Response VO": { "title": "app - 用户信息 Response VO", "required": [ "nickName", "status", "tenantId", "tenantName", "userId", "userName" ], "type": "object", "properties": { "address": { "type": "string", "refType": null }, "addressOption": { "type": "string", "refType": null }, "avatar": { "type": "string", "description": "用户头像", "example": "https://www.shiqimiao.cn/xxx.png", "refType": null }, "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "nickName": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "十七", "refType": null }, "phonenumber": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个用户", "refType": null }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "status": { "type": "integer", "description": "状态", "format": "int32", "example": 1, "refType": null }, "tenantId": { "type": "string", "description": "租户编号", "example": "1", "refType": null }, "tenantName": { "type": "string", "description": "租户名", "example": "1", "refType": null }, "userId": { "type": "string", "description": "用户编号", "example": "1", "refType": null }, "userName": { "maxLength": 30, "minLength": 4, "pattern": "^[a-zA-Z0-9]{4,30}$", "type": "string", "description": "用户账号", "example": "shiqi", "refType": null } } }, "app - 登录 Response VO": { "title": "app - 登录 Response VO", "required": [ "accessToken", "expiresTime", "refreshToken", "userId" ], "type": "object", "properties": { "accessToken": { "type": "string", "description": "访问令牌", "example": "happy", "refType": null }, "expiresTime": { "type": "string", "description": "过期时间", "format": "date-time", "refType": null }, "refreshToken": { "type": "string", "description": "刷新令牌", "example": "nice", "refType": null }, "userId": { "type": "integer", "description": "用户编号", "format": "int64", "example": 1024, "refType": null } } }, "app - 账号密码登录 Request VO": { "title": "app - 账号密码登录 Request VO", "required": [ "password", "username" ], "type": "object", "properties": { "password": { "type": "string", "description": "密码", "example": "123456", "refType": null }, "username": { "pattern": "^[A-Za-z0-9]+$", "type": "string", "description": "账号", "example": "shiqi", "refType": null } }, "description": "如果登录并绑定社交用户,需要传递 social 开头的参数" }, "ds拷贝请求对象": { "title": "ds拷贝请求对象", "type": "object", "properties": { "sourceDSTypeId": { "type": "string", "description": "源ds Id为空", "refType": null }, "targetConfCode": { "type": "string", "description": "目标ds Code", "refType": null }, "targetNameChn": { "type": "string", "description": "目标ds 中文名", "refType": null }, "targetNameEng": { "type": "string", "description": "目标ds 英文名", "refType": null } } }, "ds数据关联": { "title": "ds数据关联", "type": "object", "properties": { "aggregationDisplay": { "type": "boolean", "refType": null }, "canExport": { "type": "boolean", "refType": null }, "canImport": { "type": "boolean", "refType": null }, "confId": { "type": "string", "refType": null }, "dsClassifyType": { "type": "integer", "format": "int32", "refType": null }, "dsTypeId": { "type": "string", "refType": null }, "nameChn": { "type": "string", "refType": null }, "nameEng": { "type": "string", "refType": null }, "uniqueType": { "type": "boolean", "refType": null }, "versionCode": { "type": "string", "refType": null } } }, "gs拷贝请求对象": { "title": "gs拷贝请求对象", "type": "object", "properties": { "sourceGSTypeId": { "type": "string", "description": "源gs Id", "refType": null }, "targetConfCode": { "type": "string", "description": "目标gs Code", "refType": null }, "targetNameChn": { "type": "string", "description": "目标gs 中文名", "refType": null }, "targetNameEng": { "type": "string", "description": "目标gs 英文名", "refType": null } } }, "gs类型创建对象": { "title": "gs类型创建对象", "type": "object", "properties": { "confCode": { "type": "string", "description": "gs编码", "refType": null }, "coordinateJsonObject": { "type": "object", "description": "图例", "refType": null }, "descriptionChn": { "type": "string", "description": "中文描述", "refType": null }, "descriptionEng": { "type": "string", "description": "英文描述", "refType": null }, "dsList": { "type": "array", "description": "ds列表", "items": { "$ref": "#/components/schemas/ds数据关联" }, "refType": "ds数据关联" }, "instructionUrlChn": { "type": "string", "description": "中文说明文档", "refType": null }, "instructionUrlEng": { "type": "string", "description": "英文说明文档", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "showStatus": { "type": "integer", "description": "显示状态", "format": "int32", "refType": null } } }, "saas - 用户信息 Response VO": { "title": "saas - 用户信息 Response VO", "required": [ "createTime", "loginDate", "loginIp", "nickName", "status", "userId", "userName" ], "type": "object", "properties": { "address": { "type": "string", "refType": null }, "addressOption": { "type": "string", "refType": null }, "avatar": { "type": "string", "description": "用户头像", "example": "https://www.shiqimiao.cn/xxx.png", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "deptId": { "type": "string", "description": "部门ID", "example": "我是一个用户", "refType": null }, "deptName": { "type": "string", "description": "部门名称", "refType": null }, "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "id": { "type": "string", "refType": null }, "joinOrganizationTime": { "type": "string", "description": "加入组织时间", "format": "date-time", "refType": null }, "loginDate": { "type": "string", "description": "最后登录时间", "format": "date-time", "refType": null }, "loginIp": { "type": "string", "description": "最后登录 IP", "example": "192.168.1.1", "refType": null }, "manageStatus": { "type": "integer", "description": "是否是租户负责人, 0否 1是", "format": "int32", "refType": null }, "nickName": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "十七", "refType": null }, "organizationUsername": { "type": "string", "description": "组织名称", "refType": null }, "phoneNumber": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个用户", "refType": null }, "roleIds": { "type": "array", "description": "用户角色id列表", "items": { "type": "string" }, "refType": "string" }, "roleNameList": { "type": "array", "description": "用户角色列表", "items": { "type": "string" }, "refType": "string" }, "roleTypeList": { "type": "array", "description": "用户角色类型列表", "items": { "type": "integer", "format": "int32" }, "refType": "integer" }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "status": { "type": "integer", "description": "状态", "format": "int32", "example": 1, "refType": null }, "userId": { "type": "string", "description": "用户编号", "example": "1", "refType": null }, "userName": { "maxLength": 16, "minLength": 4, "pattern": "^[a-zA-Z0-9]{4,16}$", "type": "string", "description": "用户账号", "example": "shiqi", "refType": null } } }, "saas - 用户创建 Request VO": { "title": "saas - 用户创建 Request VO", "required": [ "nickName", "userName" ], "type": "object", "properties": { "address": { "type": "string", "refType": null }, "addressOption": { "type": "string", "refType": null }, "avatar": { "type": "string", "description": "用户头像", "example": "https://www.shiqimiao.cn/xxx.png", "refType": null }, "deptId": { "type": "string", "description": "部门ID", "example": "我是一个用户", "refType": null }, "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "nickName": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "十七", "refType": null }, "phoneNumber": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个用户", "refType": null }, "roleIds": { "type": "array", "description": "角色id列表", "items": { "type": "string" }, "refType": "string" }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "userName": { "maxLength": 16, "minLength": 4, "pattern": "^[a-zA-Z0-9]{4,16}$", "type": "string", "description": "用户账号", "example": "shiqi", "refType": null } } }, "saas - 用户更新 Request VO": { "title": "saas - 用户更新 Request VO", "required": [ "nickName", "userId", "userName" ], "type": "object", "properties": { "address": { "type": "string", "refType": null }, "addressOption": { "type": "string", "refType": null }, "avatar": { "type": "string", "description": "用户头像", "example": "https://www.shiqimiao.cn/xxx.png", "refType": null }, "deptId": { "type": "string", "description": "部门id", "refType": null }, "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "nickName": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "十七", "refType": null }, "organizationUsername": { "type": "string", "description": "组织名称", "refType": null }, "password": { "type": "string", "refType": null }, "phonenumber": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个用户", "refType": null }, "roleId": { "type": "string", "description": "角色id", "refType": null }, "roleIds": { "uniqueItems": true, "type": "array", "description": "角色id列表", "items": { "type": "string" }, "refType": "string" }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "tenantName": { "type": "string", "refType": null }, "userId": { "type": "object", "description": "用户编号", "example": "1024", "refType": null }, "userName": { "maxLength": 30, "minLength": 4, "pattern": "^[a-zA-Z0-9]{4,30}$", "type": "string", "description": "用户账号", "example": "shiqi", "refType": null } } }, "saas - 账号密码登录 Request VO": { "title": "saas - 账号密码登录 Request VO", "type": "object", "properties": { "checkCode": { "type": "string", "description": "验证码", "refType": null }, "codeId": { "type": "string", "description": "验证码ID", "refType": null }, "password": { "type": "string", "description": "密码", "refType": null }, "username": { "type": "string", "description": "账号", "refType": null } }, "description": "如果登录并绑定社交用户,需要传递 social 开头的参数" }, "tm拷贝请求对象": { "title": "tm拷贝请求对象", "type": "object", "properties": { "sourceTMTypeId": { "type": "string", "description": "源tm Id", "refType": null }, "targetConfCode": { "type": "string", "description": "目标tm Code", "refType": null }, "targetNameChn": { "type": "string", "description": "目标tm 中文名", "refType": null }, "targetNameEng": { "type": "string", "description": "目标tm 英文名", "refType": null } } }, "分页参数": { "title": "分页参数", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "nameSearchStr": { "type": "string", "description": "名称搜索关键字", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null } } }, "分页结果«CarrierIdentityVO»": { "title": "分页结果«CarrierIdentityVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/CarrierIdentityVO" }, "refType": "CarrierIdentityVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«ConfDDTypeVO»": { "title": "分页结果«ConfDDTypeVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/ConfDDTypeVO" }, "refType": "ConfDDTypeVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«ConfDSTypeVO»": { "title": "分页结果«ConfDSTypeVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/ConfDSTypeVO" }, "refType": "ConfDSTypeVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«ConfDeviceModelVO»": { "title": "分页结果«ConfDeviceModelVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/ConfDeviceModelVO" }, "refType": "ConfDeviceModelVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«ConfDictTypeVO»": { "title": "分页结果«ConfDictTypeVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/ConfDictTypeVO" }, "refType": "ConfDictTypeVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«ConfGSTypeVO»": { "title": "分页结果«ConfGSTypeVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/ConfGSTypeVO" }, "refType": "ConfGSTypeVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«ConfPackageVO»": { "title": "分页结果«ConfPackageVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/ConfPackageVO" }, "refType": "ConfPackageVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«ConfScriptVO»": { "title": "分页结果«ConfScriptVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/ConfScriptVO" }, "refType": "ConfScriptVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«EntryPackageVO»": { "title": "分页结果«EntryPackageVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/EntryPackageVO" }, "refType": "EntryPackageVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«EntryVO»": { "title": "分页结果«EntryVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/EntryVO" }, "refType": "EntryVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«OperatorAuthorityLevelVO»": { "title": "分页结果«OperatorAuthorityLevelVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/OperatorAuthorityLevelVO" }, "refType": "OperatorAuthorityLevelVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«OperatorTenantVO»": { "title": "分页结果«OperatorTenantVO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/OperatorTenantVO" }, "refType": "OperatorTenantVO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«saas - 用户信息 Response VO»": { "title": "分页结果«saas - 用户信息 Response VO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/saas - 用户信息 Response VO" }, "refType": "saas - 用户信息 Response VO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«后台管理 - OAuth2 客户端 Response VO»": { "title": "分页结果«后台管理 - OAuth2 客户端 Response VO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/后台管理 - OAuth2 客户端 Response VO" }, "refType": "后台管理 - OAuth2 客户端 Response VO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«后台管理 - 文件配置 Response VO»": { "title": "分页结果«后台管理 - 文件配置 Response VO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/后台管理 - 文件配置 Response VO" }, "refType": "后台管理 - 文件配置 Response VO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«后台管理 - 用户分页时的信息 Response VO»": { "title": "分页结果«后台管理 - 用户分页时的信息 Response VO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/后台管理 - 用户分页时的信息 Response VO" }, "refType": "后台管理 - 用户分页时的信息 Response VO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«后台管理 - 角色信息 Response VO»": { "title": "分页结果«后台管理 - 角色信息 Response VO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/后台管理 - 角色信息 Response VO" }, "refType": "后台管理 - 角色信息 Response VO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«后台管理--设备运营商--信息»": { "title": "分页结果«后台管理--设备运营商--信息»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/后台管理--设备运营商--信息" }, "refType": "后台管理--设备运营商--信息" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«基础配置-TM类型»": { "title": "分页结果«基础配置-TM类型»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/基础配置-TM类型" }, "refType": "基础配置-TM类型" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«异常类型响应»": { "title": "分页结果«异常类型响应»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/异常类型响应" }, "refType": "异常类型响应" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«操作日志VO»": { "title": "分页结果«操作日志VO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/操作日志VO" }, "refType": "操作日志VO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«管理后台 - 问题反馈 Response VO»": { "title": "分页结果«管理后台 - 问题反馈 Response VO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/管理后台 - 问题反馈 Response VO" }, "refType": "管理后台 - 问题反馈 Response VO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "分页结果«自动任务模板信息VO»": { "title": "分页结果«自动任务模板信息VO»", "required": [ "list", "total" ], "type": "object", "properties": { "list": { "type": "array", "description": "数据", "items": { "$ref": "#/components/schemas/自动任务模板信息VO" }, "refType": "自动任务模板信息VO" }, "total": { "type": "integer", "description": "总量", "format": "int64", "refType": null } } }, "后台管理 - OAuth2 客户端 Response VO": { "title": "后台管理 - OAuth2 客户端 Response VO", "required": [ "accessTokenValiditySeconds", "authorizedGrantTypes", "clientId", "createTime", "id", "logo", "name", "redirectUris", "refreshTokenValiditySeconds", "secret", "status" ], "type": "object", "properties": { "accessTokenValiditySeconds": { "type": "integer", "description": "访问令牌的有效期", "format": "int32", "example": 8640, "refType": null }, "additionalInformation": { "type": "string", "description": "附加信息", "example": "{yunai: true}", "refType": null }, "additionalInformationJson": { "type": "boolean", "refType": null }, "authorities": { "type": "array", "description": "权限", "example": "system:user:query", "items": { "type": "string" }, "refType": "string" }, "authorizedGrantTypes": { "type": "array", "description": "授权类型", "example": "password", "items": { "type": "string" }, "refType": "string" }, "autoApproveScopes": { "type": "array", "description": "自动通过的授权范围", "example": "user_info", "items": { "type": "string" }, "refType": "string" }, "clientId": { "type": "string", "description": "客户端编号", "example": "tudou", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "description": { "type": "string", "description": "应用描述", "example": "我是一个应用", "refType": null }, "id": { "type": "integer", "description": "编号", "format": "int64", "example": 1024, "refType": null }, "logo": { "type": "string", "description": "应用图标", "example": "https://www.iocoder.cn/xx.png", "refType": null }, "name": { "type": "string", "description": "应用名", "example": "土豆", "refType": null }, "redirectUris": { "type": "array", "description": "可重定向的 URI 地址", "example": "https://www.iocoder.cn", "items": { "type": "string" }, "refType": "string" }, "refreshTokenValiditySeconds": { "type": "integer", "description": "刷新令牌的有效期", "format": "int32", "example": 8640000, "refType": null }, "resourceIds": { "type": "array", "description": "资源", "example": "1024", "items": { "type": "string" }, "refType": "string" }, "scopes": { "type": "array", "description": "授权范围", "example": "user_info", "items": { "type": "string" }, "refType": "string" }, "secret": { "type": "string", "description": "客户端密钥", "example": "fan", "refType": null }, "status": { "type": "integer", "description": "状态", "format": "int32", "example": 1, "refType": null } } }, "后台管理 - OAuth2 客户端创建 Request VO": { "title": "后台管理 - OAuth2 客户端创建 Request VO", "required": [ "accessTokenValiditySeconds", "authorizedGrantTypes", "clientId", "logo", "name", "redirectUris", "refreshTokenValiditySeconds", "secret", "status" ], "type": "object", "properties": { "accessTokenValiditySeconds": { "type": "integer", "description": "访问令牌的有效期", "format": "int32", "example": 8640, "refType": null }, "additionalInformation": { "type": "string", "description": "附加信息", "example": "{yunai: true}", "refType": null }, "authorities": { "type": "array", "description": "权限", "example": "system:user:query", "items": { "type": "string" }, "refType": "string" }, "authorizedGrantTypes": { "type": "array", "description": "授权类型", "example": "password", "items": { "type": "string" }, "refType": "string" }, "autoApproveScopes": { "type": "array", "description": "自动通过的授权范围", "example": "user_info", "items": { "type": "string" }, "refType": "string" }, "clientId": { "type": "string", "description": "客户端编号", "example": "tudou", "refType": null }, "description": { "type": "string", "description": "应用描述", "example": "我是一个应用", "refType": null }, "logo": { "type": "string", "description": "应用图标", "example": "https://www.iocoder.cn/xx.png", "refType": null }, "name": { "type": "string", "description": "应用名", "example": "土豆", "refType": null }, "redirectUris": { "type": "array", "description": "可重定向的 URI 地址", "example": "https://www.iocoder.cn", "items": { "type": "string" }, "refType": "string" }, "refreshTokenValiditySeconds": { "type": "integer", "description": "刷新令牌的有效期", "format": "int32", "example": 8640000, "refType": null }, "resourceIds": { "type": "array", "description": "资源", "example": "1024", "items": { "type": "string" }, "refType": "string" }, "scopes": { "type": "array", "description": "授权范围", "example": "user_info", "items": { "type": "string" }, "refType": "string" }, "secret": { "type": "string", "description": "客户端密钥", "example": "fan", "refType": null }, "status": { "type": "integer", "description": "状态", "format": "int32", "example": 1, "refType": null } } }, "后台管理 - OAuth2 客户端更新 Request VO": { "title": "后台管理 - OAuth2 客户端更新 Request VO", "required": [ "accessTokenValiditySeconds", "authorizedGrantTypes", "clientId", "id", "logo", "name", "redirectUris", "refreshTokenValiditySeconds", "secret", "status" ], "type": "object", "properties": { "accessTokenValiditySeconds": { "type": "integer", "description": "访问令牌的有效期", "format": "int32", "example": 8640, "refType": null }, "additionalInformation": { "type": "string", "description": "附加信息", "example": "{yunai: true}", "refType": null }, "authorities": { "type": "array", "description": "权限", "example": "system:user:query", "items": { "type": "string" }, "refType": "string" }, "authorizedGrantTypes": { "type": "array", "description": "授权类型", "example": "password", "items": { "type": "string" }, "refType": "string" }, "autoApproveScopes": { "type": "array", "description": "自动通过的授权范围", "example": "user_info", "items": { "type": "string" }, "refType": "string" }, "clientId": { "type": "string", "description": "客户端编号", "example": "tudou", "refType": null }, "description": { "type": "string", "description": "应用描述", "example": "我是一个应用", "refType": null }, "id": { "type": "string", "description": "编号", "example": "1024", "refType": null }, "logo": { "type": "string", "description": "应用图标", "example": "https://www.iocoder.cn/xx.png", "refType": null }, "name": { "type": "string", "description": "应用名", "example": "土豆", "refType": null }, "redirectUris": { "type": "array", "description": "可重定向的 URI 地址", "example": "https://www.iocoder.cn", "items": { "type": "string" }, "refType": "string" }, "refreshTokenValiditySeconds": { "type": "integer", "description": "刷新令牌的有效期", "format": "int32", "example": 8640000, "refType": null }, "resourceIds": { "type": "array", "description": "资源", "example": "1024", "items": { "type": "string" }, "refType": "string" }, "scopes": { "type": "array", "description": "授权范围", "example": "user_info", "items": { "type": "string" }, "refType": "string" }, "secret": { "type": "string", "description": "客户端密钥", "example": "fan", "refType": null }, "status": { "type": "integer", "description": "状态", "format": "int32", "example": 1, "refType": null } } }, "后台管理 - OAuth2 更新用户基本信息 Request VO": { "title": "后台管理 - OAuth2 更新用户基本信息 Request VO", "required": [ "nickname" ], "type": "object", "properties": { "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "mobile": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "nickname": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "shiqi", "refType": null }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null } } }, "后台管理 - OAuth2 获得用户基本信息 Response VO": { "title": "后台管理 - OAuth2 获得用户基本信息 Response VO", "required": [ "id", "nickname", "username" ], "type": "object", "properties": { "avatar": { "type": "string", "description": "用户头像", "example": "https://www.iocoder.cn/xxx.png", "refType": null }, "dept": { "$ref": "#/components/schemas/部门", "refType": "部门" }, "email": { "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "id": { "type": "integer", "description": "用户编号", "format": "int64", "example": 1, "refType": null }, "mobile": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "nickname": { "type": "string", "description": "用户昵称", "example": "shiqi", "refType": null }, "posts": { "type": "array", "items": { "$ref": "#/components/schemas/岗位" }, "refType": "岗位" }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "username": { "type": "string", "description": "用户账号", "example": "shiqi", "refType": null } } }, "后台管理 - 文件配置 Response VO": { "title": "后台管理 - 文件配置 Response VO", "required": [ "config", "createTime", "id", "master", "name", "storage" ], "type": "object", "properties": { "config": { "description": "存储配置", "$ref": "#/components/schemas/FileClientConfig", "refType": "FileClientConfig" }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "id": { "type": "string", "description": "编号", "example": "1", "refType": null }, "master": { "type": "boolean", "description": "是否为主配置", "example": true, "refType": null }, "name": { "type": "string", "description": "配置名", "example": "S3 - 阿里云", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是备注", "refType": null }, "storage": { "type": "integer", "description": "存储器", "format": "int32", "example": 1, "refType": null } } }, "后台管理 - 文件配置创建 Request VO": { "title": "后台管理 - 文件配置创建 Request VO", "required": [ "config", "name", "storage" ], "type": "object", "properties": { "config": { "type": "object", "description": "存储配置", "refType": null }, "name": { "type": "string", "description": "配置名", "example": "S3 - 阿里云", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是备注", "refType": null }, "storage": { "type": "integer", "description": "存储器", "format": "int32", "example": 1, "refType": null } } }, "后台管理 - 文件配置更新 Request VO": { "title": "后台管理 - 文件配置更新 Request VO", "required": [ "config", "id", "name" ], "type": "object", "properties": { "config": { "type": "object", "description": "存储配置", "refType": null }, "id": { "type": "string", "description": "编号", "example": "1", "refType": null }, "name": { "type": "string", "description": "配置名", "example": "S3 - 阿里云", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是备注", "refType": null } } }, "后台管理 - 用户信息 Response VO": { "title": "后台管理 - 用户信息 Response VO", "required": [ "createTime", "loginDate", "loginIp", "nickName", "status", "userId", "userName" ], "type": "object", "properties": { "address": { "type": "string", "refType": null }, "addressOption": { "type": "string", "refType": null }, "avatar": { "type": "string", "description": "用户头像", "example": "https://www.shiqimiao.cn/xxx.png", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "ddUnionId": { "type": "string", "description": "钉钉id", "refType": null }, "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "homePageType": { "type": "integer", "description": "首页类型 0 默认 1 工作台", "format": "int32", "refType": null }, "loginDate": { "type": "string", "description": "最后登录时间", "format": "date-time", "refType": null }, "loginIp": { "type": "string", "description": "最后登录 IP", "example": "192.168.1.1", "refType": null }, "nickName": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "十七", "refType": null }, "password": { "type": "string", "refType": null }, "phonenumber": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个用户", "refType": null }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "status": { "type": "integer", "description": "状态", "format": "int32", "example": 1, "refType": null }, "tenantName": { "type": "string", "refType": null }, "userId": { "type": "object", "description": "用户编号", "example": "1024", "refType": null }, "userName": { "maxLength": 30, "minLength": 4, "pattern": "^[a-zA-Z0-9]{4,30}$", "type": "string", "description": "用户账号", "example": "shiqi", "refType": null }, "wcUnionId": { "type": "string", "description": "微信id", "refType": null } } }, "后台管理 - 用户分页 Request VO": { "title": "后台管理 - 用户分页 Request VO", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "deptId": { "type": "string", "description": "部门编号", "example": "1024", "refType": null }, "nameSearchStr": { "type": "string", "description": "用户账号/名称搜索", "example": "gs", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null }, "status": { "type": "boolean", "description": "展示状态", "example": false, "refType": null } } }, "后台管理 - 用户分页时的信息 Response VO": { "title": "后台管理 - 用户分页时的信息 Response VO", "required": [ "createTime", "loginDate", "loginIp", "nickName", "status", "userId", "userName" ], "type": "object", "properties": { "address": { "type": "string", "refType": null }, "addressOption": { "type": "string", "refType": null }, "avatar": { "type": "string", "description": "用户头像", "example": "https://www.shiqimiao.cn/xxx.png", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "ddUnionId": { "type": "string", "description": "钉钉id", "refType": null }, "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "homePageType": { "type": "integer", "description": "首页类型 0 默认 1 工作台", "format": "int32", "refType": null }, "loginDate": { "type": "string", "description": "最后登录时间", "format": "date-time", "refType": null }, "loginIp": { "type": "string", "description": "最后登录 IP", "example": "192.168.1.1", "refType": null }, "nickName": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "十七", "refType": null }, "password": { "type": "string", "refType": null }, "phonenumber": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个用户", "refType": null }, "roleIds": { "uniqueItems": true, "type": "array", "description": "用户角色id列表", "items": { "type": "string" }, "refType": "string" }, "roleNameList": { "type": "array", "items": { "type": "string" }, "refType": "string" }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "status": { "type": "integer", "description": "状态", "format": "int32", "example": 1, "refType": null }, "tenantName": { "type": "string", "refType": null }, "userId": { "type": "object", "description": "用户编号", "example": "1024", "refType": null }, "userName": { "maxLength": 30, "minLength": 4, "pattern": "^[a-zA-Z0-9]{4,30}$", "type": "string", "description": "用户账号", "example": "shiqi", "refType": null }, "wcUnionId": { "type": "string", "description": "微信id", "refType": null } }, "description": "相比用户基本信息来说,会多部门信息" }, "后台管理 - 用户创建 Request VO": { "title": "后台管理 - 用户创建 Request VO", "required": [ "nickName", "userId", "userName" ], "type": "object", "properties": { "address": { "type": "string", "refType": null }, "addressOption": { "type": "string", "refType": null }, "avatar": { "type": "string", "description": "用户头像", "example": "https://www.shiqimiao.cn/xxx.png", "refType": null }, "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "nickName": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "十七", "refType": null }, "password": { "type": "string", "refType": null }, "phonenumber": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个用户", "refType": null }, "roleIds": { "uniqueItems": true, "type": "array", "description": "角色id列表", "items": { "type": "string" }, "refType": "string" }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "tenantName": { "type": "string", "refType": null }, "userId": { "type": "object", "description": "用户编号", "example": "1024", "refType": null }, "userName": { "maxLength": 30, "minLength": 4, "pattern": "^[a-zA-Z0-9]{4,30}$", "type": "string", "description": "用户账号", "example": "shiqi", "refType": null } } }, "后台管理 - 用户更新 Request VO": { "title": "后台管理 - 用户更新 Request VO", "required": [ "nickName", "userId", "userName" ], "type": "object", "properties": { "address": { "type": "string", "refType": null }, "addressOption": { "type": "string", "refType": null }, "avatar": { "type": "string", "description": "用户头像", "example": "https://www.shiqimiao.cn/xxx.png", "refType": null }, "email": { "maxLength": 50, "minLength": 0, "type": "string", "description": "用户邮箱", "example": "gs@iocoder.cn", "refType": null }, "nickName": { "maxLength": 30, "minLength": 0, "type": "string", "description": "用户昵称", "example": "十七", "refType": null }, "password": { "type": "string", "refType": null }, "phonenumber": { "type": "string", "description": "手机号码", "example": "15601691300", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个用户", "refType": null }, "roleIds": { "uniqueItems": true, "type": "array", "description": "角色id列表", "items": { "type": "string" }, "refType": "string" }, "sex": { "type": "integer", "description": "用户性别", "format": "int32", "example": 1, "refType": null }, "tenantName": { "type": "string", "refType": null }, "userId": { "type": "object", "description": "用户编号", "example": "1024", "refType": null }, "userName": { "maxLength": 30, "minLength": 4, "pattern": "^[a-zA-Z0-9]{4,30}$", "type": "string", "description": "用户账号", "example": "shiqi", "refType": null } } }, "后台管理 - 用户更新状态 Request VO": { "title": "后台管理 - 用户更新状态 Request VO", "required": [ "id", "status" ], "type": "object", "properties": { "id": { "type": "string", "description": "用户编号", "example": "1024", "refType": null }, "status": { "type": "boolean", "description": "状态", "example": false, "refType": null } } }, "后台管理 - 登录 Response VO": { "title": "后台管理 - 登录 Response VO", "required": [ "accessToken", "expiresTime", "refreshToken", "userId" ], "type": "object", "properties": { "accessToken": { "type": "string", "description": "访问令牌", "example": "happy", "refType": null }, "expiresTime": { "type": "string", "description": "过期时间", "format": "date-time", "refType": null }, "refreshToken": { "type": "string", "description": "刷新令牌", "example": "nice", "refType": null }, "tenantType": { "type": "integer", "description": "租户类型(0:后台管理;1运营管理)", "format": "int32", "example": 0, "refType": null }, "userId": { "type": "string", "description": "用户编号", "example": "1024", "refType": null } } }, "后台管理 - 登录用户的权限信息 Response VO": { "title": "后台管理 - 登录用户的权限信息 Response VO", "required": [ "permissions", "roles", "user" ], "type": "object", "properties": { "permissions": { "uniqueItems": true, "type": "array", "description": "操作权限数组", "items": { "type": "string" }, "refType": "string" }, "roles": { "uniqueItems": true, "type": "array", "description": "角色标识数组", "items": { "type": "string" }, "refType": "string" }, "user": { "description": "用户信息", "$ref": "#/components/schemas/用户信息 VO", "refType": "用户信息 VO" } }, "description": "额外包括用户信息和角色列表" }, "后台管理 - 登录用户的菜单信息 Response VO": { "title": "后台管理 - 登录用户的菜单信息 Response VO", "required": [ "menuId", "menuName", "parentId" ], "type": "object", "properties": { "children": { "type": "array", "items": { "$ref": "#/components/schemas/后台管理 - 登录用户的菜单信息 Response VO" }, "refType": "后台管理 - 登录用户的菜单信息 Response VO" }, "clientType": { "type": "integer", "description": "客户端类型", "format": "int32", "refType": null }, "component": { "type": "string", "description": "组件路径", "example": "system/post/index", "refType": null }, "componentName": { "type": "string", "description": "组件名称", "example": "component", "refType": null }, "errRedirectUrl": { "type": "string", "description": "错误重定向路径", "example": "system/post/index", "refType": null }, "icon": { "type": "string", "description": "菜单图标", "example": "/menu/list", "refType": null }, "isCache": { "type": "boolean", "description": "是否缓存(0缓存 1不缓存)", "example": false, "refType": null }, "isIncludeSkin": { "type": "boolean", "description": "是否包含侧边栏菜单(0否 1是)", "example": false, "refType": null }, "menuId": { "type": "string", "description": "菜单名称", "example": "shiqi", "refType": null }, "menuName": { "type": "string", "description": "菜单名称", "example": "shiqi", "refType": null }, "name": { "type": "string", "refType": null }, "parentId": { "type": "string", "description": "父菜单 ID", "example": "1024", "refType": null }, "path": { "type": "string", "description": "路由地址", "example": "post", "refType": null }, "perms": { "type": "string", "description": "权限", "refType": null }, "visible": { "type": "boolean", "description": "是否可见", "example": false, "refType": null } } }, "后台管理 - 租户分页 Request VO": { "title": "后台管理 - 租户分页 Request VO", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "contactMobile": { "type": "string", "description": "联系手机", "example": "15601691300", "refType": null }, "contactName": { "type": "string", "description": "联系人", "example": "shiqi", "refType": null }, "createTime": { "type": "array", "description": "创建时间", "items": { "$ref": "Error-ModelName{namespace='java.time', name='LocalDateTime'}" } }, "name": { "type": "string", "description": "租户名", "example": "shiqi", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null }, "status": { "type": "integer", "description": "租户状态(0正常 1停用)", "format": "int32", "example": 1, "refType": null } } }, "后台管理 - 菜单信息 Response VO": { "title": "后台管理 - 菜单信息 Response VO", "required": [ "clientType", "createTime", "menuId", "menuType", "nameChn", "nameEng", "orderNum", "parentId", "status" ], "type": "object", "properties": { "clientType": { "type": "integer", "description": "菜单客户端类型区分后台管理,运营平台和租户)", "format": "int32", "example": 0, "refType": null }, "component": { "maxLength": 200, "minLength": 0, "type": "string", "description": "组件路径", "example": "system/post/index", "refType": null }, "componentName": { "maxLength": 200, "minLength": 0, "type": "string", "description": "组件名称", "example": "component", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "errRedirectUrl": { "maxLength": 1000, "minLength": 0, "type": "string", "description": "错误重定向路径", "example": "system/post/index", "refType": null }, "icon": { "type": "string", "description": "菜单图标", "example": "/menu/list", "refType": null }, "isCache": { "type": "boolean", "description": "是否是缓存", "example": false, "refType": null }, "isFrame": { "type": "string", "description": "是否是外链", "example": "1", "refType": null }, "isIncludeSkin": { "type": "boolean", "description": "是否包含侧边栏菜单(0否 1是)", "example": false, "refType": null }, "menuId": { "type": "string", "description": "菜单编号", "example": "1024", "refType": null }, "menuName": { "type": "string", "refType": null }, "menuType": { "type": "string", "description": "类型", "example": "1", "refType": null }, "nameChn": { "maxLength": 50, "minLength": 0, "type": "string", "description": "菜单中文名称", "example": "地空", "refType": null }, "nameEng": { "maxLength": 120, "minLength": 0, "type": "string", "description": "菜单英文名称", "example": "地空", "refType": null }, "orderNum": { "type": "integer", "description": "显示顺序不能为空", "format": "int32", "example": 1024, "refType": null }, "parentId": { "type": "string", "description": "父菜单 ID", "example": "1024", "refType": null }, "path": { "maxLength": 200, "minLength": 0, "type": "string", "description": "路由地址", "example": "post", "refType": null }, "perms": { "maxLength": 100, "minLength": 0, "type": "string", "description": "权限标识", "example": "sys:menu:add", "refType": null }, "remark": { "type": "string", "description": "备注", "refType": null }, "status": { "type": "boolean", "description": "状态", "example": false, "refType": null }, "visible": { "type": "boolean", "description": "是否可见", "example": false, "refType": null } } }, "后台管理 - 菜单创建 Request VO": { "title": "后台管理 - 菜单创建 Request VO", "required": [ "clientType", "menuType", "nameChn", "nameEng", "orderNum", "parentId", "status" ], "type": "object", "properties": { "clientType": { "type": "integer", "description": "菜单客户端类型区分后台管理,运营平台和租户)", "format": "int32", "example": 0, "refType": null }, "component": { "maxLength": 200, "minLength": 0, "type": "string", "description": "组件路径", "example": "system/post/index", "refType": null }, "componentName": { "maxLength": 200, "minLength": 0, "type": "string", "description": "组件名称", "example": "component", "refType": null }, "errRedirectUrl": { "maxLength": 1000, "minLength": 0, "type": "string", "description": "错误重定向路径", "example": "system/post/index", "refType": null }, "icon": { "type": "string", "description": "菜单图标", "example": "/menu/list", "refType": null }, "isCache": { "type": "boolean", "description": "是否是缓存", "example": false, "refType": null }, "isFrame": { "type": "string", "description": "是否是外链", "example": "1", "refType": null }, "isIncludeSkin": { "type": "boolean", "description": "是否包含侧边栏菜单(0否 1是)", "example": false, "refType": null }, "menuName": { "type": "string", "refType": null }, "menuType": { "type": "string", "description": "类型", "example": "1", "refType": null }, "nameChn": { "maxLength": 50, "minLength": 0, "type": "string", "description": "菜单中文名称", "example": "地空", "refType": null }, "nameEng": { "maxLength": 120, "minLength": 0, "type": "string", "description": "菜单英文名称", "example": "地空", "refType": null }, "orderNum": { "type": "integer", "description": "显示顺序不能为空", "format": "int32", "example": 1024, "refType": null }, "parentId": { "type": "string", "description": "父菜单 ID", "example": "1024", "refType": null }, "path": { "maxLength": 200, "minLength": 0, "type": "string", "description": "路由地址", "example": "post", "refType": null }, "perms": { "maxLength": 100, "minLength": 0, "type": "string", "description": "权限标识", "example": "sys:menu:add", "refType": null }, "remark": { "type": "string", "description": "备注", "refType": null }, "status": { "type": "boolean", "description": "状态", "example": false, "refType": null }, "visible": { "type": "boolean", "description": "是否可见", "example": false, "refType": null } } }, "后台管理 - 菜单更新 Request VO": { "title": "后台管理 - 菜单更新 Request VO", "required": [ "clientType", "menuId", "menuType", "nameChn", "nameEng", "orderNum", "parentId", "status" ], "type": "object", "properties": { "clientType": { "type": "integer", "description": "菜单客户端类型区分后台管理,运营平台和租户)", "format": "int32", "example": 0, "refType": null }, "component": { "maxLength": 200, "minLength": 0, "type": "string", "description": "组件路径", "example": "system/post/index", "refType": null }, "componentName": { "maxLength": 200, "minLength": 0, "type": "string", "description": "组件名称", "example": "component", "refType": null }, "errRedirectUrl": { "maxLength": 1000, "minLength": 0, "type": "string", "description": "错误重定向路径", "example": "system/post/index", "refType": null }, "icon": { "type": "string", "description": "菜单图标", "example": "/menu/list", "refType": null }, "isCache": { "type": "boolean", "description": "是否是缓存", "example": false, "refType": null }, "isFrame": { "type": "string", "description": "是否是外链", "example": "1", "refType": null }, "isIncludeSkin": { "type": "boolean", "description": "是否包含侧边栏菜单(0否 1是)", "example": false, "refType": null }, "menuId": { "type": "string", "description": "菜单编号", "example": "1024", "refType": null }, "menuName": { "type": "string", "refType": null }, "menuType": { "type": "string", "description": "类型", "example": "1", "refType": null }, "nameChn": { "maxLength": 50, "minLength": 0, "type": "string", "description": "菜单中文名称", "example": "地空", "refType": null }, "nameEng": { "maxLength": 120, "minLength": 0, "type": "string", "description": "菜单英文名称", "example": "地空", "refType": null }, "orderNum": { "type": "integer", "description": "显示顺序不能为空", "format": "int32", "example": 1024, "refType": null }, "parentId": { "type": "string", "description": "父菜单 ID", "example": "1024", "refType": null }, "path": { "maxLength": 200, "minLength": 0, "type": "string", "description": "路由地址", "example": "post", "refType": null }, "perms": { "maxLength": 100, "minLength": 0, "type": "string", "description": "权限标识", "example": "sys:menu:add", "refType": null }, "remark": { "type": "string", "description": "备注", "refType": null }, "status": { "type": "boolean", "description": "状态", "example": false, "refType": null }, "visible": { "type": "boolean", "description": "是否可见", "example": false, "refType": null } } }, "后台管理 - 菜单精简信息 Response VO": { "title": "后台管理 - 菜单精简信息 Response VO", "required": [ "id", "menuName", "menuType", "parentId" ], "type": "object", "properties": { "id": { "type": "string", "description": "菜单编号", "example": "1024", "refType": null }, "menuName": { "type": "string", "description": "菜单名称", "example": "地空", "refType": null }, "menuType": { "type": "string", "description": "类型", "example": "0", "refType": null }, "parentId": { "type": "string", "description": "父菜单 ID", "example": "1024", "refType": null } } }, "后台管理 - 角色信息 Response VO": { "title": "后台管理 - 角色信息 Response VO", "required": [ "code", "createTime", "dataScope", "id", "name", "roleId", "type" ], "type": "object", "properties": { "code": { "maxLength": 100, "minLength": 0, "type": "string", "description": "角色编码", "example": "ADMIN", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "dataScope": { "type": "integer", "description": "数据范围", "format": "int32", "example": 1, "refType": null }, "dataScopeDeptIds": { "uniqueItems": true, "type": "array", "description": "数据范围(指定部门数组)", "example": "1", "items": { "type": "integer", "format": "int64" }, "refType": "integer" }, "id": { "type": "string", "description": "角色编号", "example": "1", "refType": null }, "menuIds": { "uniqueItems": true, "type": "array", "description": "菜单id列表", "items": { "type": "string" }, "refType": "string" }, "name": { "maxLength": 30, "minLength": 0, "type": "string", "description": "角色名称", "example": "管理员", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个角色", "refType": null }, "roleId": { "type": "string", "description": "角色主键", "example": "1", "refType": null }, "sort": { "type": "integer", "description": "显示顺序不能为空", "format": "int32", "example": 1024, "refType": null }, "status": { "type": "boolean", "description": "展示状态", "example": false, "refType": null }, "type": { "type": "integer", "description": "角色类型", "format": "int32", "example": 1, "refType": null } } }, "后台管理 - 角色分页 Request VO": { "title": "后台管理 - 角色分页 Request VO", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "nameSearchStr": { "type": "string", "description": "角色名称模糊搜索字段", "example": "地空", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null }, "status": { "type": "boolean", "description": "展示状态", "example": false, "refType": null } } }, "后台管理 - 角色创建 Request VO": { "title": "后台管理 - 角色创建 Request VO", "required": [ "code", "name" ], "type": "object", "properties": { "code": { "maxLength": 100, "minLength": 0, "type": "string", "description": "角色编码", "example": "ADMIN", "refType": null }, "menuIds": { "uniqueItems": true, "type": "array", "description": "菜单编号列表", "items": { "type": "string" }, "refType": "string" }, "name": { "maxLength": 30, "minLength": 0, "type": "string", "description": "角色名称", "example": "管理员", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个角色", "refType": null }, "sort": { "type": "integer", "description": "显示顺序不能为空", "format": "int32", "example": 1024, "refType": null }, "status": { "type": "boolean", "description": "展示状态", "example": false, "refType": null } } }, "后台管理 - 角色更新 Request VO": { "title": "后台管理 - 角色更新 Request VO", "required": [ "code", "name", "roleId" ], "type": "object", "properties": { "code": { "maxLength": 100, "minLength": 0, "type": "string", "description": "角色编码", "example": "ADMIN", "refType": null }, "menuIds": { "uniqueItems": true, "type": "array", "description": "菜单编号列表", "items": { "type": "string" }, "refType": "string" }, "name": { "maxLength": 30, "minLength": 0, "type": "string", "description": "角色名称", "example": "管理员", "refType": null }, "remark": { "type": "string", "description": "备注", "example": "我是一个角色", "refType": null }, "roleId": { "type": "string", "description": "角色编号", "example": "1024", "refType": null }, "sort": { "type": "integer", "description": "显示顺序不能为空", "format": "int32", "example": 1024, "refType": null }, "status": { "type": "boolean", "description": "展示状态", "example": false, "refType": null } } }, "后台管理 - 角色更新状态 Request VO": { "title": "后台管理 - 角色更新状态 Request VO", "required": [ "roleId", "status" ], "type": "object", "properties": { "roleId": { "type": "string", "description": "角色Id", "example": "1024", "refType": null }, "status": { "type": "boolean", "description": "状态", "example": false, "refType": null } } }, "后台管理 - 角色精简信息 Response VO": { "title": "后台管理 - 角色精简信息 Response VO", "required": [ "name", "roleId", "type" ], "type": "object", "properties": { "name": { "type": "string", "description": "角色名称", "example": "地空", "refType": null }, "roleId": { "type": "string", "description": "角色编号", "example": "1024", "refType": null }, "sort": { "type": "integer", "format": "int32", "refType": null }, "status": { "type": "integer", "format": "int32", "refType": null }, "type": { "type": "integer", "description": "角色类型", "format": "int32", "refType": null } } }, "后台管理 - 账号密码登录 Request VO": { "title": "后台管理 - 账号密码登录 Request VO", "required": [ "password", "username" ], "type": "object", "properties": { "password": { "type": "string", "description": "密码", "example": "123456", "refType": null }, "username": { "pattern": "^[A-Za-z0-9]+$", "type": "string", "description": "账号", "example": "shiqi", "refType": null } }, "description": "如果登录并绑定社交用户,需要传递 social 开头的参数" }, "后台管理 - 部门信息 Response VO": { "title": "后台管理 - 部门信息 Response VO", "required": [ "createTime", "deptId", "name", "status" ], "type": "object", "properties": { "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "deptId": { "type": "string", "description": "部门编号", "example": "1024", "refType": null }, "name": { "maxLength": 30, "minLength": 0, "type": "string", "description": "菜单名称", "example": "地空", "refType": null }, "parentId": { "type": "string", "description": "父菜单 ID", "example": "1024", "refType": null }, "status": { "type": "integer", "description": "状态", "format": "int32", "example": 1, "refType": null }, "userNum": { "type": "integer", "description": "部门人数", "format": "int32", "refType": null } } }, "后台管理 - 部门创建 Request VO": { "title": "后台管理 - 部门创建 Request VO", "required": [ "name" ], "type": "object", "properties": { "name": { "maxLength": 30, "minLength": 0, "type": "string", "description": "菜单名称", "example": "地空", "refType": null }, "parentId": { "type": "string", "description": "父菜单 ID", "example": "1024", "refType": null } } }, "后台管理 - 部门更新 Request VO": { "title": "后台管理 - 部门更新 Request VO", "required": [ "deptId", "name" ], "type": "object", "properties": { "deptId": { "type": "string", "description": "部门Id", "example": "1024", "refType": null }, "name": { "maxLength": 30, "minLength": 0, "type": "string", "description": "菜单名称", "example": "地空", "refType": null }, "parentId": { "type": "string", "description": "父菜单 ID", "example": "1024", "refType": null } } }, "后台管理--设备运营商--信息": { "title": "后台管理--设备运营商--信息", "type": "object", "properties": { "address": { "type": "string", "description": "地址", "refType": null }, "contactEmail": { "type": "string", "description": "邮箱", "refType": null }, "contactMobile": { "type": "string", "description": "联系手机", "refType": null }, "contactName": { "type": "string", "description": "联系人", "refType": null }, "id": { "type": "string", "description": "id", "refType": null }, "name": { "type": "string", "description": "运营商名", "refType": null }, "password": { "type": "string", "description": "密码", "refType": null }, "status": { "type": "integer", "description": "运营商状态:0-正常 1-停用", "format": "int32", "refType": null }, "tenantType": { "type": "integer", "description": "租户类型:4-设备运营商", "format": "int32", "refType": null }, "username": { "type": "string", "description": "用户账号", "refType": null } } }, "商用平台 - 密码 Request VO": { "title": "商用平台 - 密码 Request VO", "type": "object", "properties": { "newPassword": { "type": "string", "description": "新密码", "refType": null }, "password": { "type": "string", "description": "密码", "refType": null }, "userId": { "type": "string", "description": "用户id", "refType": null } } }, "商用平台 - 登录 Response VO": { "title": "商用平台 - 登录 Response VO", "required": [ "accessToken", "expiresTime", "refreshToken", "userId" ], "type": "object", "properties": { "accessToken": { "type": "string", "description": "访问令牌", "example": "happy", "refType": null }, "expiresTime": { "type": "string", "description": "过期时间", "format": "date-time", "refType": null }, "refreshToken": { "type": "string", "description": "刷新令牌", "example": "nice", "refType": null }, "userId": { "type": "integer", "description": "用户编号", "format": "int64", "example": 1024, "refType": null } } }, "基础配置-TM类型": { "title": "基础配置-TM类型", "required": [ "confCode", "nameChn", "nameEng" ], "type": "object", "properties": { "baseConfId": { "type": "string", "refType": null }, "confCode": { "type": "string", "refType": null }, "coordinateJsonObject": { "type": "object", "description": "图例", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "descriptionChn": { "type": "string", "refType": null }, "descriptionEng": { "type": "string", "refType": null }, "dsList": { "type": "array", "description": "ds列表", "items": { "$ref": "#/components/schemas/ds数据关联" }, "refType": "ds数据关联" }, "fieldList": { "type": "array", "description": "字段列表", "items": { "$ref": "#/components/schemas/ConfFieldVO" }, "refType": "ConfFieldVO" }, "instructionUrlChn": { "type": "string", "refType": null }, "instructionUrlEng": { "type": "string", "refType": null }, "nameChn": { "type": "string", "refType": null }, "nameEng": { "type": "string", "refType": null }, "publishPsnId": { "type": "string", "description": "发布时间", "refType": null }, "publishTime": { "type": "string", "description": "发布时间", "format": "date-time", "refType": null }, "showStatus": { "type": "integer", "format": "int32", "refType": null }, "tmTypeId": { "type": "string", "description": "tmType主键", "refType": null }, "versionCode": { "type": "string", "description": "版本编码", "refType": null }, "versionStatus": { "type": "integer", "description": "版本状态", "format": "int32", "refType": null } } }, "基础配置-字典具体值": { "title": "基础配置-字典具体值", "type": "object", "properties": { "confDictTypeId": { "type": "string", "refType": null }, "dictItemId": { "type": "string", "description": "字典键值主键", "refType": null }, "itemValue": { "type": "string", "description": "字典键值", "refType": null }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null } } }, "字典分页查询对象": { "title": "字典分页查询对象", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "nameSearchStr": { "type": "string", "description": "名称搜索关键字", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null }, "versionStatus": { "type": "integer", "description": "字典状态,-1:所有 1:未发布 2:已经发布 3:归档", "format": "int32", "refType": null } } }, "岗位": { "title": "岗位", "required": [ "id", "name" ], "type": "object", "properties": { "id": { "type": "integer", "description": "岗位编号", "format": "int64", "example": 1, "refType": null }, "name": { "type": "string", "description": "岗位名称", "example": "开发", "refType": null } } }, "工作台配置": { "title": "工作台配置", "type": "object", "properties": { "name": { "type": "string", "description": "工作台名称", "refType": null }, "type": { "type": "integer", "description": "工作台类型", "format": "int32", "refType": null } } }, "异常名称模板字段选择响应": { "title": "异常名称模板字段选择响应", "type": "object", "properties": { "isCheck": { "type": "boolean", "description": "是否选中", "example": false, "refType": null }, "label": { "type": "string", "description": "字段标签", "refType": null }, "type": { "type": "integer", "description": "字段类型:1=序号 2=日期 3=异常类型名称 99=自定义", "format": "int32", "refType": null }, "value": { "type": "string", "description": "字段值", "refType": null } } }, "异常类型分页查询参数": { "title": "异常类型分页查询参数", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "exceptionMarkType": { "type": "integer", "description": "标记类型:1=点 2=线 3=面 4=文字", "format": "int32", "refType": null }, "exceptionTypeName": { "type": "string", "description": "异常类型名称", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null } } }, "异常类型创建请求": { "title": "异常类型创建请求", "required": [ "exceptionMarkType", "exceptionTypeCode", "exceptionTypeName" ], "type": "object", "properties": { "customList": { "type": "array", "description": "自定义异常名称字段列表", "items": { "type": "string" }, "refType": "string" }, "description": { "type": "string", "description": "说明", "refType": null }, "exceptionMarkType": { "type": "integer", "description": "标记类型:1=点 2=线 3=面 4=文字", "format": "int32", "refType": null }, "exceptionNameList": { "type": "array", "description": "异常名称字段列表", "items": { "$ref": "#/components/schemas/SystemExceptionNameVO" }, "refType": "SystemExceptionNameVO" }, "exceptionTypeCode": { "type": "string", "description": "异常类型编码", "refType": null }, "exceptionTypeName": { "type": "string", "description": "异常类型名称", "refType": null }, "legend": { "type": "object", "description": "标注图例属性(JSON字符串)", "refType": null }, "separatorSymbol": { "type": "string", "description": "分隔符", "refType": null }, "standardName": { "type": "string", "description": "标准名称", "refType": null }, "standardNumber": { "type": "string", "description": "标准编号", "refType": null }, "type": { "type": "integer", "description": "类型:1=系统 2=自定义", "format": "int32", "refType": null } } }, "异常类型响应": { "title": "异常类型响应", "type": "object", "properties": { "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "description": { "type": "string", "description": "说明", "refType": null }, "exceptionMarkType": { "type": "integer", "description": "标记类型:1=点 2=线 3=面 4=文字", "format": "int32", "refType": null }, "exceptionNameList": { "type": "array", "description": "异常名称字段列表", "items": { "$ref": "#/components/schemas/SystemExceptionNameVO" }, "refType": "SystemExceptionNameVO" }, "exceptionTypeCode": { "type": "string", "description": "异常类型编码", "refType": null }, "exceptionTypeName": { "type": "string", "description": "异常类型名称", "refType": null }, "id": { "type": "string", "description": "异常类型ID", "refType": null }, "legend": { "type": "object", "description": "标注图例属性", "refType": null }, "separatorSymbol": { "type": "string", "description": "分隔符", "refType": null }, "standardName": { "type": "string", "description": "标准名称", "refType": null }, "standardNumber": { "type": "string", "description": "标准编号", "refType": null }, "type": { "type": "integer", "description": "类型:1=系统 2=自定义", "format": "int32", "refType": null }, "updateTime": { "type": "string", "description": "更新时间", "format": "date-time", "refType": null } } }, "异常类型更新请求": { "title": "异常类型更新请求", "required": [ "exceptionMarkType", "exceptionTypeCode", "exceptionTypeName", "id" ], "type": "object", "properties": { "customList": { "type": "array", "description": "自定义异常名称字段列表", "items": { "type": "string" }, "refType": "string" }, "description": { "type": "string", "description": "说明", "refType": null }, "exceptionMarkType": { "type": "integer", "description": "标记类型:1=点 2=线 3=面 4=文字", "format": "int32", "refType": null }, "exceptionNameList": { "type": "array", "description": "异常名称字段列表", "items": { "$ref": "#/components/schemas/SystemExceptionNameVO" }, "refType": "SystemExceptionNameVO" }, "exceptionTypeCode": { "type": "string", "description": "异常类型编码", "refType": null }, "exceptionTypeName": { "type": "string", "description": "异常类型名称", "refType": null }, "id": { "type": "string", "description": "异常类型ID", "refType": null }, "legend": { "type": "object", "description": "标注图例属性(JSON字符串)", "refType": null }, "separatorSymbol": { "type": "string", "description": "分隔符", "refType": null }, "standardName": { "type": "string", "description": "标准名称", "refType": null }, "standardNumber": { "type": "string", "description": "标准编号", "refType": null }, "type": { "type": "integer", "description": "类型:1=系统 2=自定义", "format": "int32", "refType": null } } }, "操作日志VO": { "title": "操作日志VO", "type": "object", "properties": { "createTime": { "type": "string", "description": "操作时间", "format": "date-time", "refType": null }, "detail": { "type": "string", "description": "操作详情", "refType": null }, "id": { "type": "string", "description": "id", "refType": null }, "ip": { "type": "string", "description": "ip地址", "refType": null }, "projectId": { "type": "string", "description": "归属项目id", "refType": null }, "userAgent": { "type": "string", "description": "用户代理/设备/终端", "refType": null }, "userId": { "type": "string", "description": "用户id", "refType": null }, "userName": { "type": "string", "description": "用户名", "refType": null } } }, "操作日志分页查询参数": { "title": "操作日志分页查询参数", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "endTime": { "type": "string", "description": "结束时间", "format": "date-time", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null }, "projectId": { "type": "string", "description": "项目id", "refType": null }, "startTime": { "type": "string", "description": "开始时间", "format": "date-time", "refType": null }, "tenantId": { "type": "string", "description": "租户id", "refType": null }, "userName": { "type": "string", "description": "用户名", "refType": null } } }, "模型选项VO": { "title": "模型选项VO", "type": "object", "properties": { "id": { "type": "string", "description": "主键id", "refType": null }, "scriptCode": { "type": "string", "description": "脚本编码", "refType": null }, "scriptGroup": { "type": "integer", "description": "脚本分组", "format": "int32", "refType": null }, "scriptName": { "type": "string", "description": "脚本名", "refType": null }, "scriptOperationType": { "type": "integer", "description": "脚本操作类型", "format": "int32", "refType": null } } }, "滤波器创建请求 VO": { "title": "滤波器创建请求 VO", "type": "object", "properties": { "boundary": { "type": "integer", "description": "滤波边界", "format": "int32", "refType": null }, "boundaryValue": { "type": "number", "description": "滤波边界值", "format": "double", "refType": null }, "column": { "type": "integer", "description": "列", "format": "int32", "refType": null }, "name": { "type": "string", "description": "滤波器名称", "refType": null }, "nameEng": { "type": "string", "description": "滤波器英文名称", "refType": null }, "noDataPoints": { "type": "integer", "description": "无数据点", "format": "int32", "refType": null }, "noDataPointsValue": { "type": "integer", "description": "无数据点值", "format": "int32", "refType": null }, "number": { "type": "integer", "description": "滤波次数", "format": "int32", "refType": null }, "parentId": { "type": "string", "description": "父级ID", "refType": null }, "row": { "type": "integer", "description": "行", "format": "int32", "refType": null }, "rowColumValue": { "type": "object", "additionalProperties": { "type": "object" }, "description": "行列值", "refType": null }, "type": { "type": "integer", "description": "类型", "format": "int32", "refType": null } } }, "滤波器响应 VO": { "title": "滤波器响应 VO", "type": "object", "properties": { "boundary": { "type": "integer", "description": "滤波边界", "format": "int32", "refType": null }, "boundaryValue": { "type": "number", "description": "滤波边界值", "format": "double", "refType": null }, "column": { "type": "integer", "description": "列", "format": "int32", "refType": null }, "id": { "type": "string", "description": "主键", "refType": null }, "name": { "type": "string", "description": "滤波器名称(国际化)", "refType": null }, "noDataPoints": { "type": "integer", "description": "无数据点", "format": "int32", "refType": null }, "noDataPointsValue": { "type": "integer", "description": "无数据点值", "format": "int32", "refType": null }, "number": { "type": "integer", "description": "滤波次数", "format": "int32", "refType": null }, "parentId": { "type": "string", "description": "父级ID", "refType": null }, "row": { "type": "integer", "description": "行", "format": "int32", "refType": null }, "rowColumValue": { "type": "object", "additionalProperties": { "type": "object" }, "description": "行列值", "refType": null }, "type": { "type": "integer", "description": "类型", "format": "int32", "refType": null } } }, "滤波器更新请求 VO": { "title": "滤波器更新请求 VO", "type": "object", "properties": { "boundary": { "type": "integer", "description": "滤波边界", "format": "int32", "refType": null }, "boundaryValue": { "type": "number", "description": "滤波边界值", "format": "double", "refType": null }, "column": { "type": "integer", "description": "列", "format": "int32", "refType": null }, "id": { "type": "string", "description": "主键", "refType": null }, "name": { "type": "string", "description": "滤波器名称", "refType": null }, "nameEng": { "type": "string", "description": "滤波器英文名称", "refType": null }, "noDataPoints": { "type": "integer", "description": "无数据点", "format": "int32", "refType": null }, "noDataPointsValue": { "type": "integer", "description": "无数据点值", "format": "int32", "refType": null }, "number": { "type": "integer", "description": "滤波次数", "format": "int32", "refType": null }, "parentId": { "type": "string", "description": "父级ID", "refType": null }, "row": { "type": "integer", "description": "行", "format": "int32", "refType": null }, "rowColumValue": { "type": "object", "additionalProperties": { "type": "object" }, "description": "行列值", "refType": null }, "type": { "type": "integer", "description": "类型", "format": "int32", "refType": null } } }, "用户信息 VO": { "title": "用户信息 VO", "required": [ "avatar", "id", "nickname" ], "type": "object", "properties": { "avatar": { "type": "string", "description": "用户头像", "example": "http://www.shiqimiao.cn/xx.jpg", "refType": null }, "id": { "type": "string", "description": "用户编号", "example": "1024", "refType": null }, "nickname": { "type": "string", "description": "用户昵称", "example": "shiqi源码", "refType": null }, "roleName": { "uniqueItems": true, "type": "array", "items": { "type": "string" }, "refType": "string" }, "userName": { "type": "string", "refType": null } } }, "管理后台 - 问题反馈 Response VO": { "title": "管理后台 - 问题反馈 Response VO", "required": [ "createTime", "id" ], "type": "object", "properties": { "contact": { "type": "string", "description": "联系方式", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "desc": { "type": "string", "description": "描述", "refType": null }, "fileId": { "type": "string", "description": "文件id", "refType": null }, "fileName": { "type": "string", "description": "图片名称", "refType": null }, "fileUrl": { "type": "string", "description": "图片地址", "refType": null }, "id": { "type": "integer", "description": "主键", "format": "int64", "refType": null }, "title": { "type": "string", "description": "标题", "refType": null }, "type": { "type": "integer", "description": "1问题 2建议", "format": "int32", "refType": null } } }, "脚本DS分类类型VO": { "title": "脚本DS分类类型VO", "type": "object", "properties": { "classifyType": { "type": "integer", "description": "分类类型", "format": "int32", "refType": null }, "classifyTypeName": { "type": "string", "description": "分类类型名称", "refType": null }, "classifyTypeNameChn": { "type": "string", "refType": null }, "classifyTypeNameEng": { "type": "string", "refType": null } } }, "脚本关联DS类型VO": { "title": "脚本关联DS类型VO", "type": "object", "properties": { "canExport": { "type": "boolean", "description": "是否可导出", "example": false, "refType": null }, "canImport": { "type": "boolean", "description": "是否可导入", "example": false, "refType": null }, "dsTypeId": { "type": "string", "description": "关联dsId", "refType": null }, "instructionUrlChn": { "type": "string", "description": "中文说明文档", "refType": null }, "instructionUrlEng": { "type": "string", "description": "英文说明文档", "refType": null }, "nameChn": { "type": "string", "description": "关联ds中文名", "refType": null }, "nameEng": { "type": "string", "description": "关联ds英文名", "refType": null }, "uniqueType": { "type": "boolean", "description": "唯一类型", "example": false, "refType": null }, "versionCode": { "type": "string", "description": "版本号", "refType": null } } }, "脚本分页查询对象": { "title": "脚本分页查询对象", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "nameSearchStr": { "type": "string", "description": "名称搜索关键字", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null }, "scriptOperationType": { "type": "integer", "description": "脚本操作类型, 1:导入 2:导出 3:模型 4:数据算法", "format": "int32", "refType": null } } }, "脚本动态表单VO": { "title": "脚本动态表单VO", "type": "object", "properties": { "dsClassifyTypeList": { "type": "array", "description": "ds分类类型", "items": { "$ref": "#/components/schemas/脚本DS分类类型VO" }, "refType": "脚本DS分类类型VO" }, "dsList": { "type": "array", "description": "ds列表", "items": { "$ref": "#/components/schemas/脚本关联DS类型VO" }, "refType": "脚本关联DS类型VO" }, "formList": { "type": "array", "description": "表单数据", "items": { "$ref": "#/components/schemas/脚本表单分组VO" }, "refType": "脚本表单分组VO" }, "properties": { "type": "object", "description": "表单数据值", "refType": null }, "typeId": { "type": "string", "description": "类型Id", "refType": null } } }, "脚本表单分组VO": { "title": "脚本表单分组VO", "type": "object", "properties": { "confCode": { "type": "string", "description": "配置编码", "refType": null }, "confId": { "type": "string", "description": "配置关联id", "refType": null }, "confType": { "type": "integer", "description": "配置编码,1:GS 2:TM 3:DS 4:数据字典", "format": "int32", "refType": null }, "formFieldGroupId": { "type": "string", "description": "分组id", "refType": null }, "groupName": { "type": "string", "description": "分组名", "refType": null }, "groupSort": { "type": "integer", "description": "排序字段", "format": "int32", "refType": null }, "values": { "type": "array", "description": "表单项列表", "items": { "$ref": "#/components/schemas/脚本表单项VO" }, "refType": "脚本表单项VO" } } }, "脚本表单项VO": { "title": "脚本表单项VO", "type": "object", "properties": { "confFieldId": { "type": "string", "description": "显示字段Id", "refType": null }, "displayComponentType": { "type": "integer", "description": "显示组件类型", "format": "int32", "refType": null }, "displaySort": { "type": "integer", "description": "显示排序", "format": "int32", "refType": null }, "fieldCode": { "type": "string", "description": "字段编码", "refType": null }, "fieldConfigJsonObject": { "type": "object", "description": "字段个性化配置", "refType": null }, "fieldDataType": { "type": "integer", "description": "字段数据类型", "format": "int32", "refType": null }, "fieldName": { "type": "string", "description": "字段名", "refType": null }, "fieldUseType": { "type": "integer", "description": "字段使用类型,1:固定属性 2:扩展属性", "format": "int32", "refType": null }, "formFieldGroupId": { "type": "string", "description": "显示字段分组Id", "refType": null }, "optionsObject": { "type": "array", "description": "选项数据", "items": { "type": "object", "additionalProperties": { "type": "object" } }, "refType": "object" }, "requiredType": { "type": "integer", "description": "是否必填,0:不必填 1:必填 2:禁用", "format": "int32", "refType": null } } }, "自动任务模板信息VO": { "title": "自动任务模板信息VO", "type": "object", "properties": { "baseConfDsTypeId": { "type": "string", "description": "DS类型ID", "refType": null }, "baseConfTmTypeId": { "type": "string", "description": "TM方法类型ID", "refType": null }, "createTime": { "type": "string", "description": "创建时间", "format": "date-time", "refType": null }, "dsTypeName": { "type": "string", "description": "DS类型名称", "refType": null }, "effectScopeJson": { "type": "array", "description": "作用范围", "items": { "type": "object" }, "refType": "object" }, "effectScopeType": { "type": "integer", "description": "作用范围类型 1:自定义 2:所有", "format": "int32", "refType": null }, "id": { "type": "string", "description": "模板ID", "refType": null }, "scriptId": { "type": "string", "description": "脚本ID", "refType": null }, "scriptName": { "type": "string", "description": "脚本名称", "refType": null }, "scriptParamJsonStr": { "type": "object", "additionalProperties": { "type": "object" }, "description": "脚本参数", "refType": null }, "status": { "type": "integer", "description": "状态 0:未启用 1:已启用", "format": "int32", "refType": null }, "taskName": { "type": "string", "description": "任务名称", "refType": null } } }, "自动任务模板修改VO": { "title": "自动任务模板修改VO", "required": [ "id" ], "type": "object", "properties": { "baseConfDsTypeId": { "type": "string", "description": "DS类型ID", "refType": null }, "effectScopeJson": { "type": "array", "description": "作用范围", "items": { "type": "object" }, "refType": "object" }, "effectScopeType": { "type": "integer", "description": "作用范围类型 1:自定义 2:所有", "format": "int32", "refType": null }, "id": { "type": "string", "description": "模板ID", "refType": null }, "scriptId": { "type": "string", "description": "脚本ID", "refType": null }, "scriptParamJsonStr": { "type": "object", "additionalProperties": { "type": "object" }, "description": "脚本参数", "refType": null }, "status": { "type": "integer", "description": "状态 0:未启用 1:已启用", "format": "int32", "refType": null }, "taskName": { "type": "string", "description": "任务名称", "refType": null } } }, "自动任务模板分页查询参数": { "title": "自动任务模板分页查询参数", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "baseConfTmTypeId": { "type": "string", "description": "TM方法类型ID", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null }, "taskNameSearchStr": { "type": "string", "description": "任务名称关键字", "refType": null } } }, "自动任务模板创建VO": { "title": "自动任务模板创建VO", "required": [ "baseConfDsTypeId", "baseConfTmTypeId", "scriptId", "taskName" ], "type": "object", "properties": { "baseConfDsTypeId": { "type": "string", "description": "DS类型ID", "refType": null }, "baseConfTmTypeId": { "type": "string", "description": "TM方法类型ID", "refType": null }, "effectScopeJson": { "type": "array", "description": "作用范围", "items": { "type": "object" }, "refType": "object" }, "effectScopeType": { "type": "integer", "description": "作用范围类型 1:自定义 2:所有", "format": "int32", "refType": null }, "scriptId": { "type": "string", "description": "脚本ID", "refType": null }, "scriptParamJsonStr": { "type": "object", "additionalProperties": { "type": "object" }, "description": "脚本参数", "refType": null }, "status": { "type": "integer", "description": "状态 0:未启用 1:已启用", "format": "int32", "refType": null }, "taskName": { "type": "string", "description": "任务名称", "refType": null } } }, "词条管理 - 创建词条包 Response VO": { "title": "词条管理 - 创建词条包 Response VO", "type": "object", "properties": { "defaultSupportedLanguages": { "type": "object", "description": "默认支持语言", "refType": null }, "extendedSupportedLanguages": { "type": "object", "description": "扩展支持语言", "refType": null }, "packageCode": { "type": "string", "description": "词条包编码", "refType": null }, "packageName": { "type": "string", "description": "词条包名", "refType": null } } }, "词条管理 - 更新词条包 Response VO": { "title": "词条管理 - 更新词条包 Response VO", "type": "object", "properties": { "defaultSupportedLanguages": { "type": "object", "description": "默认支持语言", "refType": null }, "extendedSupportedLanguages": { "type": "object", "description": "扩展支持语言", "refType": null }, "id": { "type": "string", "description": "id主键", "refType": null }, "packageCode": { "type": "string", "description": "词条包编码", "refType": null }, "packageName": { "type": "string", "description": "词条包名", "refType": null } } }, "部门": { "title": "部门", "required": [ "id", "name" ], "type": "object", "properties": { "id": { "type": "integer", "description": "部门编号", "format": "int64", "example": 1, "refType": null }, "name": { "type": "string", "description": "部门名称", "example": "研发部", "refType": null } } }, "配置包分页查询参数": { "title": "配置包分页查询参数", "required": [ "pageNo", "pageSize" ], "type": "object", "properties": { "nameSearchStr": { "type": "string", "description": "名称搜索关键字", "refType": null }, "pageNo": { "type": "integer", "description": "页码,从 1 开始", "format": "int32", "example": 1, "refType": null }, "pageSize": { "type": "integer", "description": "每页条数,最大值为 100", "format": "int32", "example": 100, "refType": null }, "tenantType": { "type": "integer", "description": "租户类型 1-运营商配置包 2-普通租户配置包", "format": "int32", "refType": null } } }, "配置包创建VO": { "title": "配置包创建VO", "type": "object", "properties": { "confCode": { "type": "string", "description": "配置编码", "refType": null }, "gsTypeBaseConfList": { "type": "array", "description": "GS类型基础配置Id列表", "items": { "type": "string" }, "refType": "string" }, "menuIdList": { "type": "array", "description": "菜单基础配置Id列表", "items": { "type": "string" }, "refType": "string" }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "scriptIdList": { "type": "array", "description": "脚本基础配置Id列表", "items": { "type": "string" }, "refType": "string" }, "thresholdConfig": { "type": "object", "description": "阈值配置键值对", "refType": null }, "tmTypeBaseConfList": { "type": "array", "description": "TM类型基础配置Id列表", "items": { "type": "string" }, "refType": "string" }, "workbenchTypeList": { "type": "array", "description": "工作台基础配置类型列表", "items": { "type": "integer", "format": "int32" }, "refType": "integer" } } }, "配置包更新VO": { "title": "配置包更新VO", "type": "object", "properties": { "confCode": { "type": "string", "description": "配置编码", "refType": null }, "gsTypeBaseConfList": { "type": "array", "description": "GS类型基础配置Id列表", "items": { "type": "string" }, "refType": "string" }, "id": { "type": "string", "description": "配置包Id", "refType": null }, "menuIdList": { "type": "array", "description": "菜单基础配置Id列表", "items": { "type": "string" }, "refType": "string" }, "nameChn": { "type": "string", "description": "中文名称", "refType": null }, "nameEng": { "type": "string", "description": "英文名称", "refType": null }, "scriptIdList": { "type": "array", "description": "脚本基础配置Id列表", "items": { "type": "string" }, "refType": "string" }, "thresholdConfig": { "type": "object", "description": "阈值配置键值对", "refType": null }, "tmTypeBaseConfList": { "type": "array", "description": "TM类型基础配置Id列表", "items": { "type": "string" }, "refType": "string" }, "workbenchTypeList": { "type": "array", "description": "工作台基础配置类型列表", "items": { "type": "integer", "format": "int32" }, "refType": "integer" } } }, "阈值配置": { "title": "阈值配置", "type": "object", "properties": { "displayComponentType": { "type": "integer", "description": "显示组件类型", "format": "int32", "refType": null }, "fieldCode": { "type": "string", "description": "阈值编码", "refType": null }, "fieldNameChn": { "type": "string", "description": "阈值名称", "refType": null }, "fieldNameEng": { "type": "string", "description": "英文", "refType": null }, "id": { "type": "string", "description": "阈值ID", "refType": null }, "thresholdValue": { "type": "string", "refType": null } } }, "雷达处理步骤类型": { "title": "雷达处理步骤类型", "type": "object", "properties": { "actionType": { "type": "integer", "description": "动作类型", "format": "int32", "refType": null }, "classifyType": { "type": "integer", "description": "动作归属大类 1-时间零点 2-增益 3-滤波", "format": "int32", "refType": null }, "name": { "type": "string", "description": "名称", "refType": null } } } } } }