~~~[api]
post:http://www.fxs720.com/xt/index.php/index/index/userinfo
<<<
success
{
"status":"1",
“login”:"1",
"infos":
{
"infos":{
"nickname":"彬",
"sex":1,
"province":"廣東",
"city":"韶關",
"country":"中國",
"headimgurl":"http:\\/\\/thirdwx.qlogo.cn\\/mmopen\\/vi\_3\\/pl23OGyX6Rer3O7pAbCwpAibAPyDgwbHgcPbM1bliaJHJ5xL2HXooMlC7WibLOgQaAPm5B0IZFvRdJu0adcVPGOPA\\/132",
"promote_id":0,
"uid":0,
"role":0,
"issale":1
}
}
}
<<<
error
{
"status":"0",
"msg":"Failed to get openid",
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| status| 返回判斷0:失敗 ;1:成功 |
| infos| 返回用戶信息 ,特別字段:uid:顧問綁定uid,需后臺綁定,分享推廣時用到,role:用戶等級,0:置業顧問,1:后臺管理,2:項目管理;issale:是否置業顧問,0:否,1:是 |
| login| 判斷是否登錄:0:否;1:是;-1:登錄失敗 |