[TOC=2]
## 申请查看
~~~[api]
get:/user
<<<
success
// 显示有申请的内容,未处理的
~~~
## 用户列表
~~~[api]
get:/user/list
<<<
success
// 显示已有用户列表
~~~
## 用户分页
~~~[api]
get:/user/pag
int:current_page=1#当前页
int:page_number=10#页码
<<<
success
// 用户列表的分页数据
~~~
## 冻结启用
~~~[api]
post:/user/audit
*array:id_list=[1,2]#id 数组
*int:status=1#设置状态 1 正常 2 冻结
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 删除用户
~~~[api]
post:/user/delete
*array:id_list=[1,2]#id 数组
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 添加用户
~~~[api]
get:/user/create
<<<
success
// 渲染添加用户页
~~~
## 添加功能
~~~[api]
post:/user/save
*string:username=123#用户名
*string:password=123456#密码
array:power=[]#允许申请的号段
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 同意申请
~~~[api]
post:/user/agree
*array:id_list=[1,2]#id 数组
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 拒绝申请
~~~[api]
post:/user/refuse
*array:id_list=[1,2]#id 数组
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 更新用户
~~~[api]
get:/user/read
*int:user_id=0#用户 id
<<<
success
// 渲染更新页面
~~~
## 更改授权
~~~[api]
post:/user/update
*int:user_id=1#用户 id
*array:power=[]#号段数组
<<<
success
{
"code": 0
}
<<<
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 - 数据统计
- 号段申请
- 数据库
- 登录注销
- 申请用户
- 申请记录
- 用户申请
- 文件上传
- 生产管理
- 登录注册
- 提供接口