文档
测试

获取个人信息

POST
www.lengqianbao.com/index.php/rob/user/getinfo

请求头

参数名
类型
描述
必填
token
string
用户标识
必填

响应参数

参数名
类型
描述
必填
status
int
状态(0失败,1成功)
必填
result
array
数据
必填
message
string
信息描述
必填
data
array
返回数据
必填

说明 / 示例

```language { "status": 1, "result": { "data": { "mobile": "13111111111",#手机号 "usernumber": "IDN003000",#用户编号 "nickname": null,#用户昵称 "createtime": "2020-08-22 23:33:43",#注册时间 "lasttime": 0,#最后登录时间 "usdt": "4900.00000000",#usdt数 "reward": "1.80",#奖励比例 "outaccount": null,#收款账户 "inaccount": null,#充值地址 "headimg": "http://www.lengqianbao.com/static/img/default.png",#头像 } } } ```