获取用户详细信息
<pre><code>{"cmd":"user_info","uid":"Tkzljq"}
1.商家端uid传用户的user_id,买家端传链接</code></pre>
<h1></h1>
<pre><code>{
"cmd": 4,
"msg": "success",
"from_uid": null,
"from_user_type": null,
"to_uid": null,
"to_user_type": null,
"data": {
"mine": {//自己
"nickname": "666",
"phone": 13560822174,
"user_id": 1
},
"their": {//对方
"show_name": "TEST.\u5546\u5bb6\u5546\u5bb6TEST.\u5546\u5bb6\u5546\u5bb6AA",
"head_img_url": "http:\/\/storage.kuaifaka.com\/avatar\/3931cbee523a805f8c4dc637c1b69a30.jpg"
}
},
"extra": "",
"time": null
}</code></pre>
<pre><code>{
"cmd": 4,
"msg": "success",
"from_uid": null,
"from_user_type": null,
"to_uid": null,
"to_user_type": null,
"data": {
"mine": {
"show_name": "TEST.\u5546\u5bb6\u5546\u5bb6TEST.\u5546\u5bb6\u5546\u5bb6AA",
"head_img_url": "http:\/\/storage.kuaifaka.com\/avatar\/7f14aa103eccd14f81ecc6d40af037cd.jpg"
},
"their": {
"user_remark": "\u5927\u4f6c",//备注
"nickname": "666",//昵称
"need_notice": 0,
"phone": "356***",
"user_id": 1
}
},
"extra": "",
"time": 1555468271,
"need_notice": 1,
"message_id": null,
"from_name": null
}
</code></pre>