说明 / 示例
### 上传json
{
"user_id":1
}
### 响应json
#### 失败
{
code: 0,
msg: "用户不存在"
}
{
code: 0,
msg: "信息获取失败"
}
#### 成功
##### 没有数据
{
"code": 1,
"msg": "信息获取成功",
"data": []
}
{
"code": 1,
"msg": "信息获取成功",
"data": [{
"user_id": 1,
"is_merchant": "0",
"id_card": null,
"recommend_user_id": 0,
"placement_user_id": 0,
"name": "范",
"sex": "男",
"phone": "13255360399",
"head_img_id": 0,
"birthday": null,
"province": null,
"city": null,
"district": null,
"detail_address": null,
"role": "加盟商",
"enabled": "1",
"integral": 3900,
"sale_share_integral": 0,
"redeem_integral": 0,
"bonus_integral": 0,
"spread_integral": 0,
"profit_merchant": 0,
"profit_frozen_merchant": 0,
"uuid": null,
"login_pass": "",
"pay_pass": "",
"register_time": "2020-05-26 17:03:12",
"update_time": null,
"login_time": null,
"bank_num": null,
"new_pay_pass": null,
"new_login_pass": null,
"head_img": {
"image_id": 1,
"image_url": "DYdd991d01-eabf-4a50-b857-e0982e5a019a.jpg",
"image_name": "0e44129c21948e618590d5628dd016e.jpg",
"width": 1000,
"height": 748,
"image_type": "flash_img",
"image_describe": "室内场景",
"insert_time": "2020-05-26 16:43:37"
}
}]
}