[TOC=2]
## 授权列表
~~~[api]
get:/device_empower/list
int:current_page=1#当前页
int:page_number=10#页码
*int:user_id=1#用户 id
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 3,
"sn": "740100094149"
}
],
"total": 1, // 总条数
"current_page": 0, // 当前页
"page_number": 0 // 页码
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 搜索设备
~~~[api]
get:/device_empower/search
*string:search=默认值#说明文字
*int:user_id=1#用户 id
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 22,
"sn": "748000008614"
}
]
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 分配设备
~~~[api]
post:/device_empower/save
*string:start_sn=741000000001#开始号段
*string:end_sn=741000000002#结束号段
*int:user_id=1#代理 id
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 删除设备
~~~[api]
post:/device_empower/delete
*array:id_list=[1,2]#删除的授权的 id 数组
*int:user_id=1#用户 id
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 搜索用户
~~~[api]
get:/device_empower/search_user
*int:user_id=1#代理 id
*string:search=7410#设备 sn 号
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 9, // 授权的 id
"sn": "741100001083", // 设备序列号
"name": "yang", // 代理姓名
"company_name": "", // 公司名称
"phone": "13940199189" // 代理手机号
}
]
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
- 文档说明
- 更新日志
- Web App 更新日志
- 自用云平台
- 鑫源云平台
- 生产管理
- 数据展示平台
- 云平台 - v3
- 设备文档
- KP0C0 - 0 - 0
- KP3C2 - 6 - 1
- K5C2 - 13 - 0
- KP1C2 - 18 - 0
- KP2C4 - 21 - 0
- K5C6 - 25 - 0
- KP5C1 - 27 - 0
- KD5P1 - 29 - 0
- KD5P5 - 46 - 0
- KP1C3 - 47 - 0
- KP1C4 - 48 - 0
- KP1C5 - 49 - 0
- KD4P6 - 53 - 0
- KP3C2 - 65 - 0
- KD5P8 - 72 - 0
- KP2C7 - 75 - 0
- KD5P601 - 76 - 0
- KD5P11 - 79 - 0
- KP01C1510 - 87 - 0
- KP03C0100 - 88 - 0
- KP01C1520 - 90 - 0
- 上报字段
- 数据库
- 登录注册
- 手机注册
- 邮箱注册
- 用户名注册
- 个人资料
- 管理功能
- 代理相关
- 代理设备
- 授权设备
- 代理功能
- 用户相关
- 用户设备
- 用户分组
- 权限相关
- 设备功能
- 设备分组
- 设备接口
- 数据统计
- 数据统计V2
- 数据统计V3
- 彩云8000 - 数据统计
- 号段申请
- 数据库
- 登录注销
- 申请用户
- 申请记录
- 用户申请
- 文件上传
- 生产管理
- 登录注册
- 提供接口