[TOC=2]
## 代理列表
~~~[api]
get:/agent/list
int:current_page=1#当前页
int:page_number=10#页码
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 4,
"nickname": "123", // 昵称
"name": "123", // 用户名
"avatar": "", // 头像地址
"gender": "secret", // 性别
"address": "", // 所在地址
"login_num": 3, // 登录次数
"last_login_time": "2019-01-18 16:40:13", // 最后一次登录时间
"company_name": "", // 公司名称
"expire_date": "2099-12-31 23:59:59", // 账号到期时间
"status": 1, // 状态 0 未启用 1 正常 2 冻结
"remarks": "", // 备注
"position": "", // 所在位置
"parent_id": 1, // 上级 id
"create_time": "2019-01-18 16:25:55", // 注册时间
"phone": "", // 手机号
"username": "dfc", // 账号
"email": "", // 邮箱号
"qq": "", // QQ
"wechat": "" // 微信
}
],
"current_page": 0, // 当前页
"page_number": 0, // 页码
"total": 1 // 总条数
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 代理更新
~~~[api]
post:/agent/update
*int:id=1#id 必须
*string:name=123#姓名
*date:expire_date=2018-01-22 12:00:00#账号到期时间
*string:phone=13333333333#手机号
*string:username=dfc#用户账号
string:company_name=123#公司名称
string:gender=secret#性别
string:avatar=''#头像地址
string:address=''#所在地址
string:remarks=''#备注信息
string:position=''#所在位置
string:nickname=123#昵称
string:password=123456#密码不填或者为空则不更新
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 代理删除
~~~[api]
post:/agent/delete
*array:id_list=[1,2]#要删除的用户 id
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 冻结启用
~~~[api]
post:/agent/audit
*array:id_list=[1,2]#要冻结或启用的用户 id
*status=1#状态 0 未启用 1 正常 2 冻结
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 更改到期时间
~~~[api]
post:/agent/setExpireDate
*array:id_list=[1,2]#需要更改的用户 id
*date:expire_date=2019-01-01 12:00:00#到期时间
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 搜索代理
~~~[api]
get:/agent/search
*string:search=123#搜索内容
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 4,
"nickname": "123",
"name": "456",
"avatar": "",
"gender": "secret",
"address": "",
"login_num": 3,
"last_login_time": "2019-01-18 16:40:13",
"company_name": "",
"expire_date": "2018-02-02 12:00:00",
"status": 1,
"remarks": "",
"position": "",
"parent_id": 1,
"create_time": "2019-01-18 16:25:55",
"phone": "151",
"username": "",
"email": "",
"qq": "",
"wechat": ""
}
]
}
}
<<<
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 - 数据统计
- 号段申请
- 数据库
- 登录注销
- 申请用户
- 申请记录
- 用户申请
- 文件上传
- 生产管理
- 登录注册
- 提供接口