获取授权列表
开发中
POST
/api/v1/system/access/info/index
iThings-apisvr/系统管理new/模块管理/接口
请求参数
Header 参数
iThings-token
string
可选
默认值:
{{iThings-token}}
iThings-project-id
string
可选
默认值:
1786838173980422144
iThings-app-code
string
可选
默认值:
{{iThings-app-code}}
iThings-user-role
string
可选
默认值:
1
Accept-Language
string
可选
默认值:
en
iThings-tenant-code
string
可选
Body 参数application/json
page
object
可选
page
integer
页码
size
integer
每页大小
group
string
分组
name
string
名称
code
string
可选
isNeedAuth
integer
可选
withApis
boolean
可选
示例
{
"page": {
"page": 0,
"size": 0
},
"group": "string",
"name": "string",
"code": "string",
"isNeedAuth": 0,
"withApis": true
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/system/access/info/index' \
--header 'iThings-token: {{iThings-token}}' \
--header 'iThings-project-id: 1786838173980422144' \
--header 'iThings-app-code: {{iThings-app-code}}' \
--header 'iThings-user-role: 1' \
--header 'Accept-Language: en' \
--header 'iThings-tenant-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"page": 0,
"size": 0
},
"group": "string",
"name": "string",
"code": "string",
"isNeedAuth": 0,
"withApis": true
}'
返回响应
🟢200成功
application/json
Body
code
integer | null
返回code
msg
string
返回消息
默认值:
success
data
object
必需
total
integer
接口列表总记录数
list
array[object (授权信息) {7}]
必需
示例
{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"appCode": "core",
"route": "/api/v1/things/product/info/update",
"method": "POST",
"group": "产品管理",
"name": "更新产品",
"businessType": 0
},
{
"id": 2,
"appCode": "core",
"route": "/api/v1/things/product/info/create",
"method": "POST",
"group": "产品管理",
"name": "新增产品",
"businessType": 0
},
{
"id": 3,
"appCode": "core",
"route": "/api/v1/things/product/info/read",
"method": "POST",
"group": "产品管理",
"name": "获取产品详情",
"businessType": 0
},
{
"id": 4,
"appCode": "core",
"route": "/api/v1/things/product/info/delete",
"method": "POST",
"group": "产品管理",
"name": "删除产品",
"businessType": 0
},
{
"id": 5,
"appCode": "core",
"route": "/api/v1/things/product/info/index",
"method": "POST",
"group": "产品管理",
"name": "获取产品列表",
"businessType": 0
},
{
"id": 6,
"appCode": "core",
"route": "/api/v1/things/product/custom/read",
"method": "POST",
"group": "产品自定义信息",
"name": "获取产品自定义信息",
"businessType": 0
},
{
"id": 7,
"appCode": "core",
"route": "/api/v1/things/product/custom/update",
"method": "POST",
"group": "产品自定义信息",
"name": "更新产品自定义信息",
"businessType": 0
},
{
"id": 8,
"appCode": "core",
"route": "/api/v1/things/product/schema/index",
"method": "POST",
"group": "物模型",
"name": "获取产品物模型列表",
"businessType": 0
},
{
"id": 9,
"appCode": "core",
"route": "/api/v1/things/product/schema/tsl-import",
"method": "POST",
"group": "物模型",
"name": "导入物模型tsl",
"businessType": 0
},
{
"id": 10,
"appCode": "core",
"route": "/api/v1/things/product/schema/tsl-read",
"method": "POST",
"group": "物模型",
"name": "获取产品物模型tsl",
"businessType": 0
},
{
"id": 11,
"appCode": "core",
"route": "/api/v1/things/product/schema/create",
"method": "POST",
"group": "物模型",
"name": "新增物模型功能",
"businessType": 0
},
{
"id": 12,
"appCode": "core",
"route": "/api/v1/things/product/schema/update",
"method": "POST",
"group": "物模型",
"name": "更新物模型功能",
"businessType": 0
},
{
"id": 13,
"appCode": "core",
"route": "/api/v1/things/product/schema/delete",
"method": "POST",
"group": "物模型",
"name": "删除物模型功能",
"businessType": 0
},
{
"id": 14,
"appCode": "core",
"route": "/api/v1/things/product/remote-config/create",
"method": "POST",
"group": "产品远程配置",
"name": "创建配置",
"businessType": 0
},
{
"id": 15,
"appCode": "core",
"route": "/api/v1/things/product/remote-config/index",
"method": "POST",
"group": "产品远程配置",
"name": "获取配置列表",
"businessType": 0
},
{
"id": 16,
"appCode": "core",
"route": "/api/v1/things/product/remote-config/push-all",
"method": "POST",
"group": "产品远程配置",
"name": "推送配置",
"businessType": 0
},
{
"id": 17,
"appCode": "core",
"route": "/api/v1/things/product/remote-config/lastest-read",
"method": "POST",
"group": "产品远程配置",
"name": "获取最新配置",
"businessType": 0
},
{
"id": 18,
"appCode": "core",
"route": "/api/v1/things/group/info/create",
"method": "POST",
"group": "设备分组",
"name": "创建分组",
"businessType": 0
},
{
"id": 19,
"appCode": "core",
"route": "/api/v1/things/group/info/index",
"method": "POST",
"group": "设备分组",
"name": "获取分组列表",
"businessType": 0
},
{
"id": 20,
"appCode": "core",
"route": "/api/v1/things/group/info/read",
"method": "POST",
"group": "设备分组",
"name": "获取分组详情信息",
"businessType": 0
},
{
"id": 21,
"appCode": "core",
"route": "/api/v1/things/group/info/update",
"method": "POST",
"group": "设备分组",
"name": "更新分组信息",
"businessType": 0
},
{
"id": 22,
"appCode": "core",
"route": "/api/v1/things/group/info/delete",
"method": "POST",
"group": "设备分组",
"name": "删除分组",
"businessType": 0
},
{
"id": 23,
"appCode": "core",
"route": "/api/v1/things/group/device/index",
"method": "POST",
"group": "设备分组",
"name": "获取分组设备列表",
"businessType": 0
},
{
"id": 24,
"appCode": "core",
"route": "/api/v1/things/group/device/multi-create",
"method": "POST",
"group": "设备分组",
"name": "添加分组设备(支持批量)",
"businessType": 0
},
{
"id": 25,
"appCode": "core",
"route": "/api/v1/things/group/device/multi-delete",
"method": "POST",
"group": "设备分组",
"name": "删除分组设备(支持批量)",
"businessType": 0
},
{
"id": 26,
"appCode": "core",
"route": "/api/v1/things/device/info/index",
"method": "POST",
"group": "设备管理",
"name": "获取设备列表",
"businessType": 0
},
{
"id": 27,
"appCode": "core",
"route": "/api/v1/things/device/info/read",
"method": "POST",
"group": "设备管理",
"name": "获取设备详情",
"businessType": 0
},
{
"id": 28,
"appCode": "core",
"route": "/api/v1/things/device/info/create",
"method": "POST",
"group": "设备管理",
"name": "新增设备",
"businessType": 0
},
{
"id": 29,
"appCode": "core",
"route": "/api/v1/things/device/info/delete",
"method": "POST",
"group": "设备管理",
"name": "删除设备",
"businessType": 0
},
{
"id": 30,
"appCode": "core",
"route": "/api/v1/things/device/info/update",
"method": "POST",
"group": "设备管理",
"name": "更新设备",
"businessType": 0
},
{
"id": 31,
"appCode": "core",
"route": "/api/v1/things/device/info/count",
"method": "POST",
"group": "设备管理",
"name": "设备统计详情",
"businessType": 0
},
{
"id": 32,
"appCode": "core",
"route": "/api/v1/things/device/info/multi-import",
"method": "POST",
"group": "设备管理",
"name": "批量导入设备",
"businessType": 0
},
{
"id": 33,
"appCode": "core",
"route": "/api/v1/things/device/auth/login",
"method": "POST",
"group": "设备鉴权",
"name": "设备登录认证",
"businessType": 0
},
{
"id": 34,
"appCode": "core",
"route": "/api/v1/things/device/auth/root-check",
"method": "POST",
"group": "设备鉴权",
"name": "鉴定mqtt账号root权限",
"businessType": 0
},
{
"id": 35,
"appCode": "core",
"route": "/api/v1/things/device/auth/access",
"method": "POST",
"group": "设备鉴权",
"name": "设备操作认证",
"businessType": 0
},
{
"id": 36,
"appCode": "core",
"route": "/api/v1/things/device/msg/property-log/index",
"method": "POST",
"group": "设备消息",
"name": "获取单个id属性历史记录",
"businessType": 0
},
{
"id": 37,
"appCode": "core",
"route": "/api/v1/things/device/msg/sdk-log/index",
"method": "POST",
"group": "设备消息",
"name": "获取设备本地日志",
"businessType": 0
},
{
"id": 38,
"appCode": "core",
"route": "/api/v1/things/device/msg/hub-log/index",
"method": "POST",
"group": "设备消息",
"name": "获取云端诊断日志",
"businessType": 0
},
{
"id": 39,
"appCode": "core",
"route": "/api/v1/things/device/msg/property-latest/index",
"method": "POST",
"group": "设备消息",
"name": "获取最新属性",
"businessType": 0
},
{
"id": 40,
"appCode": "core",
"route": "/api/v1/things/device/msg/event-log/index",
"method": "POST",
"group": "设备消息",
"name": "获取物模型事件历史记录",
"businessType": 0
},
{
"id": 41,
"appCode": "core",
"route": "/api/v1/things/device/interact/send-action",
"method": "POST",
"group": "设备交互",
"name": "同步调用设备行为",
"businessType": 0
},
{
"id": 42,
"appCode": "core",
"route": "/api/v1/things/device/interact/send-property",
"method": "POST",
"group": "设备交互",
"name": "同步调用设备属性",
"businessType": 0
},
{
"id": 43,
"appCode": "core",
"route": "/api/v1/things/device/interact/multi-send-property",
"method": "POST",
"group": "设备交互",
"name": "批量调用设备属性",
"businessType": 0
},
{
"id": 44,
"appCode": "core",
"route": "/api/v1/things/device/interact/get-property-reply",
"method": "POST",
"group": "设备交互",
"name": "请求设备获取设备最新属性",
"businessType": 0
},
{
"id": 45,
"appCode": "core",
"route": "/api/v1/things/device/interact/send-msg",
"method": "POST",
"group": "设备交互",
"name": "发送消息给设备",
"businessType": 0
},
{
"id": 46,
"appCode": "core",
"route": "/api/v1/things/device/gateway/multi-create",
"method": "POST",
"group": "网关子设备管理",
"name": "批量添加网关子设备",
"businessType": 0
},
{
"id": 47,
"appCode": "core",
"route": "/api/v1/things/device/gateway/multi-delete",
"method": "POST",
"group": "网关子设备管理",
"name": "批量解绑网关子设备",
"businessType": 0
},
{
"id": 48,
"appCode": "core",
"route": "/api/v1/things/device/gateway/index",
"method": "POST",
"group": "网关子设备管理",
"name": "获取子设备列表",
"businessType": 0
},
{
"id": 49,
"appCode": "core",
"route": "/api/v1/system/log/login/index",
"method": "POST",
"group": "日志管理",
"name": "获取登录日志列表",
"businessType": 0
},
{
"id": 50,
"appCode": "core",
"route": "/api/v1/system/log/oper/index",
"method": "POST",
"group": "日志管理",
"name": "获取操作日志列表",
"businessType": 0
},
{
"id": 51,
"appCode": "core",
"route": "/api/v1/system/role/info/create",
"method": "POST",
"group": "角色管理",
"name": "添加角色",
"businessType": 0
},
{
"id": 52,
"appCode": "core",
"route": "/api/v1/system/role/info/index",
"method": "POST",
"group": "角色管理",
"name": "获取角色列表",
"businessType": 0
},
{
"id": 53,
"appCode": "core",
"route": "/api/v1/system/role/info/update",
"method": "POST",
"group": "角色管理",
"name": "更新角色",
"businessType": 0
},
{
"id": 54,
"appCode": "core",
"route": "/api/v1/system/role/info/delete",
"method": "POST",
"group": "角色管理",
"name": "删除角色",
"businessType": 0
},
{
"id": 55,
"appCode": "core",
"route": "/api/v1/system/role/menu/multi-update",
"method": "POST",
"group": "角色管理",
"name": "更新角色对应菜单列表",
"businessType": 0
},
{
"id": 56,
"appCode": "core",
"route": "/api/v1/system/role/menu/index",
"method": "POST",
"group": "角色管理",
"name": "获取角色对应菜单",
"businessType": 0
},
{
"id": 57,
"appCode": "core",
"route": "/api/v1/system/role/app/multi-update",
"method": "POST",
"group": "角色管理",
"name": "更新角色对应应用列表",
"businessType": 0
},
{
"id": 58,
"appCode": "core",
"route": "/api/v1/system/role/app/index",
"method": "POST",
"group": "角色管理",
"name": "获取角色对应应用",
"businessType": 0
},
{
"id": 59,
"appCode": "core",
"route": "/api/v1/system/role/api/multi-update",
"method": "POST",
"group": "角色管理",
"name": "更新角色对应接口",
"businessType": 0
},
{
"id": 60,
"appCode": "core",
"route": "/api/v1/system/role/api/index",
"method": "POST",
"group": "角色管理",
"name": "获取角色对应接口",
"businessType": 0
},
{
"id": 61,
"appCode": "core",
"route": "/api/v1/system/menu/info/create",
"method": "POST",
"group": "菜单管理",
"name": "添加菜单",
"businessType": 0
},
{
"id": 62,
"appCode": "core",
"route": "/api/v1/system/menu/info/index",
"method": "POST",
"group": "菜单管理",
"name": "获取菜单列表",
"businessType": 0
},
{
"id": 63,
"appCode": "core",
"route": "/api/v1/system/menu/info/update",
"method": "POST",
"group": "菜单管理",
"name": "更新菜单",
"businessType": 0
},
{
"id": 64,
"appCode": "core",
"route": "/api/v1/system/menu/info/delete",
"method": "POST",
"group": "菜单管理",
"name": "删除菜单",
"businessType": 0
},
{
"id": 65,
"appCode": "core",
"route": "/api/v1/system/user/info/create",
"method": "POST",
"group": "用户管理",
"name": "创建用户信息",
"businessType": 0
},
{
"id": 66,
"appCode": "core",
"route": "/api/v1/system/user/captcha",
"method": "POST",
"group": "用户管理",
"name": "获取验证码",
"businessType": 0
},
{
"id": 67,
"appCode": "core",
"route": "/api/v1/system/user/login",
"method": "POST",
"group": "用户管理",
"name": "登录",
"businessType": 0
},
{
"id": 68,
"appCode": "core",
"route": "/api/v1/system/user/info/delete",
"method": "POST",
"group": "用户管理",
"name": "删除用户",
"businessType": 0
},
{
"id": 69,
"appCode": "core",
"route": "/api/v1/system/user/info/read",
"method": "POST",
"group": "用户管理",
"name": "获取用户信息",
"businessType": 0
},
{
"id": 70,
"appCode": "core",
"route": "/api/v1/system/user/info/update",
"method": "POST",
"group": "用户管理",
"name": "更新用户基本数据",
"businessType": 0
},
{
"id": 71,
"appCode": "core",
"route": "/api/v1/system/user/info/index",
"method": "POST",
"group": "用户管理",
"name": "获取用户信息列表",
"businessType": 0
},
{
"id": 72,
"appCode": "core",
"route": "/api/v1/system/user/role/index",
"method": "POST",
"group": "用户管理",
"name": "获取用户角色列表",
"businessType": 0
},
{
"id": 73,
"appCode": "core",
"route": "/api/v1/system/user/role/multi-update",
"method": "POST",
"group": "用户管理",
"name": "获取用户角色列表",
"businessType": 0
},
{
"id": 74,
"appCode": "core",
"route": "/api/v1/system/user/resource/read",
"method": "POST",
"group": "用户管理",
"name": "获取用户资源",
"businessType": 0
},
{
"id": 75,
"appCode": "core",
"route": "/api/v1/system/common/config",
"method": "POST",
"group": "系统配置",
"name": "获取系统配置",
"businessType": 0
},
{
"id": 76,
"appCode": "core",
"route": "/api/v1/system/api/info/create",
"method": "POST",
"group": "接口管理",
"name": "添加接口",
"businessType": 0
},
{
"id": 77,
"appCode": "core",
"route": "/api/v1/system/api/info/index",
"method": "POST",
"group": "接口管理",
"name": "获取接口列表",
"businessType": 0
},
{
"id": 78,
"appCode": "core",
"route": "/api/v1/system/api/info/update",
"method": "POST",
"group": "接口管理",
"name": "更新接口",
"businessType": 0
},
{
"id": 79,
"appCode": "core",
"route": "/api/v1/system/api/info/delete",
"method": "POST",
"group": "接口管理",
"name": "删除接口",
"businessType": 0
},
{
"id": 80,
"appCode": "core",
"route": "/api/v1/system/auth/api/index",
"method": "POST",
"group": "权限管理",
"name": "获取API权限列表",
"businessType": 0
},
{
"id": 81,
"appCode": "core",
"route": "/api/v1/system/auth/api/multiUpdate",
"method": "POST",
"group": "权限管理",
"name": "更新API权限",
"businessType": 0
},
{
"id": 82,
"appCode": "core",
"route": "/api/v1/system/timed/task/info/create",
"method": "POST",
"group": "定时任务管理",
"name": "新增任务",
"businessType": 0
},
{
"id": 83,
"appCode": "core",
"route": "/api/v1/system/timed/task/info/update",
"method": "POST",
"group": "定时任务管理",
"name": "更新任务",
"businessType": 0
},
{
"id": 84,
"appCode": "core",
"route": "/api/v1/system/timed/task/info/delete",
"method": "POST",
"group": "定时任务管理",
"name": "删除任务",
"businessType": 0
},
{
"id": 85,
"appCode": "core",
"route": "/api/v1/system/timed/task/info/index",
"method": "POST",
"group": "定时任务管理",
"name": "获取任务信息列表",
"businessType": 0
},
{
"id": 86,
"appCode": "core",
"route": "/api/v1/system/timed/task/info/read",
"method": "POST",
"group": "定时任务管理",
"name": "获取任务详情",
"businessType": 0
},
{
"id": 87,
"appCode": "core",
"route": "/api/v1/system/timed/task/send",
"method": "POST",
"group": "定时任务管理",
"name": "执行任务",
"businessType": 0
},
{
"id": 88,
"appCode": "core",
"route": "/api/v1/system/timed/task/group/create",
"method": "POST",
"group": "定时任务管理",
"name": "新增任务分组",
"businessType": 0
},
{
"id": 89,
"appCode": "core",
"route": "/api/v1/system/timed/task/group/update",
"method": "POST",
"group": "定时任务管理",
"name": "更新任务分组",
"businessType": 0
},
{
"id": 90,
"appCode": "core",
"route": "/api/v1/system/timed/task/group/delete",
"method": "POST",
"group": "定时任务管理",
"name": "删除任务分组",
"businessType": 0
},
{
"id": 91,
"appCode": "core",
"route": "/api/v1/system/timed/task/group/index",
"method": "POST",
"group": "定时任务管理",
"name": "获取任务分组信息列表",
"businessType": 0
},
{
"id": 92,
"appCode": "core",
"route": "/api/v1/system/timed/task/group/read",
"method": "POST",
"group": "定时任务管理",
"name": "获取任务分组详情",
"businessType": 0
},
{
"id": 93,
"appCode": "core",
"route": "/api/v1/things/rule/scene/info/read",
"method": "POST",
"group": "场景联动",
"name": "获取场景信息",
"businessType": 0
},
{
"id": 94,
"appCode": "core",
"route": "/api/v1/things/rule/scene/info/index",
"method": "POST",
"group": "场景联动",
"name": "获取场景列表",
"businessType": 0
},
{
"id": 95,
"appCode": "core",
"route": "/api/v1/things/rule/scene/info/create",
"method": "POST",
"group": "场景联动",
"name": "创建场景信息",
"businessType": 0
},
{
"id": 96,
"appCode": "core",
"route": "/api/v1/things/rule/scene/info/update",
"method": "POST",
"group": "场景联动",
"name": "更新场景信息",
"businessType": 0
},
{
"id": 97,
"appCode": "core",
"route": "/api/v1/things/rule/scene/info/delete",
"method": "POST",
"group": "场景联动",
"name": "删除场景信息",
"businessType": 0
},
{
"id": 98,
"appCode": "core",
"route": "/api/v1/things/rule/flow/info/index",
"method": "POST",
"group": "流",
"name": "获取流列表",
"businessType": 0
},
{
"id": 99,
"appCode": "core",
"route": "/api/v1/things/rule/flow/info/create",
"method": "POST",
"group": "流",
"name": "创建流",
"businessType": 0
},
{
"id": 100,
"appCode": "core",
"route": "/api/v1/things/rule/flow/info/update",
"method": "POST",
"group": "流",
"name": "修改流",
"businessType": 0
},
{
"id": 101,
"appCode": "core",
"route": "/api/v1/things/rule/flow/info/delete",
"method": "POST",
"group": "流",
"name": "删除流",
"businessType": 0
},
{
"id": 102,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/info/create",
"method": "POST",
"group": "告警管理",
"name": "新增告警",
"businessType": 0
},
{
"id": 103,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/info/update",
"method": "POST",
"group": "告警管理",
"name": "更新告警",
"businessType": 0
},
{
"id": 104,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/info/delete",
"method": "POST",
"group": "告警管理",
"name": "删除告警",
"businessType": 0
},
{
"id": 105,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/info/index",
"method": "POST",
"group": "告警管理",
"name": "获取告警信息列表",
"businessType": 0
},
{
"id": 106,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/info/read",
"method": "POST",
"group": "告警管理",
"name": "获取告警详情",
"businessType": 0
},
{
"id": 107,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/scene/delete",
"method": "POST",
"group": "场景联动",
"name": "删除告警和场景的关联",
"businessType": 0
},
{
"id": 108,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/log/index",
"method": "POST",
"group": "告警日志",
"name": "获取告警流水日志记录列表",
"businessType": 0
},
{
"id": 109,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/record/index",
"method": "POST",
"group": "告警记录",
"name": "获取告警记录列表",
"businessType": 0
},
{
"id": 110,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/deal-record/create",
"method": "POST",
"group": "处理记录",
"name": "新增告警处理记录",
"businessType": 0
},
{
"id": 111,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/deal-record/index",
"method": "POST",
"group": "处理记录",
"name": "获取告警处理记录列表",
"businessType": 0
},
{
"id": 112,
"appCode": "core",
"route": "/api/v1/things/rule/alarm/scene/multi-update",
"method": "POST",
"group": "场景联动",
"name": "更新告警和场景的关联",
"businessType": 0
},
{
"id": 113,
"appCode": "core",
"route": "/api/v1/things/vidmgr/info/active",
"method": "POST",
"group": "视频服务",
"name": "流服务激活",
"businessType": 0
},
{
"id": 114,
"appCode": "core",
"route": "/api/v1/things/vidmgr/info/count",
"method": "POST",
"group": "视频服务",
"name": "流服务器统计",
"businessType": 0
},
{
"id": 115,
"appCode": "core",
"route": "/api/v1/things/vidmgr/info/create",
"method": "POST",
"group": "视频服务",
"name": "新增流服务器",
"businessType": 0
},
{
"id": 116,
"appCode": "core",
"route": "/api/v1/things/vidmgr/info/delete",
"method": "POST",
"group": "视频服务",
"name": "删除流服务器",
"businessType": 0
},
{
"id": 117,
"appCode": "core",
"route": "/api/v1/things/vidmgr/info/index",
"method": "POST",
"group": "视频服务",
"name": "获取流服务器列表",
"businessType": 0
},
{
"id": 118,
"appCode": "core",
"route": "/api/v1/things/vidmgr/info/read",
"method": "POST",
"group": "视频服务",
"name": "获取流服详细",
"businessType": 0
},
{
"id": 119,
"appCode": "core",
"route": "/api/v1/things/vidmgr/info/update",
"method": "POST",
"group": "视频服务",
"name": "更新流服务器",
"businessType": 0
}
],
"total": 119
}
}

扫码加入 iThings微信交流群

