[TOC=2]
## 个人资料
~~~[api]
get:/user_info/info
<<<
success
{
"code": 0,
"data": {
"nickname": "dfc", // 昵称
"name": "dfc", // 姓名
"avatar": "", // 头像地址
"gender": "secret", // 性别
"address": "", // 住址
"company_name": "", // 公司名称
"expire_date": "2099-12-31 23:59:59", // 账户到期时间
"status": 1, // 状态 1 正常 0 未启用 2 冻结
"remarks": "", // 备注
"position": "", / 所在位置
"parent_id": 1, // 上级 id
"phone": "", // 手机号
"username": "dfc", // 账号
"email": "", // 邮箱
"qq": "", // qq
"wechat": "" // 微信
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 修改密码
~~~[api]
post:/url
*string:password=123456#原密码
*string:password_new=654321#新密码
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "新密码不能与旧密码相同"
}
~~~
## 资料更新
~~~[api]
post:/user_info/update
*string:nickname=123#昵称
*string:name=123#姓名
string:gender=male#性别 只有三种
string:avatar=""#头像地址
string:address=""#所在地址
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "姓名必须"
}
~~~
## 绑定手机
~~~[api]
post:/user_info/bind_phone
*string:phone=13333333333#手机号码
*string:sms_captcha=123456#短信验证码
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "手机号必须"
}
~~~
## 绑定邮箱
~~~[api]
post:/user_info/bind_email
*string:email=952531631@qq.com#邮箱
*string:email_captcha=123456#短信验证码
<<<
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 - 数据统计
- 号段申请
- 数据库
- 登录注销
- 申请用户
- 申请记录
- 用户申请
- 文件上传
- 生产管理
- 登录注册
- 提供接口