获取用户信息
<pre><code>{"cmd":"user_info","uid":"2"}//卖家发送
#返回值
{"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\/3931cbee523a805f8c4dc637c1b69a30.jpg"},"their":{"name":"\u5f6d\u5e05","need_notice":1,"phone":"761***","user_id":2}},"extra":"","time":1555121254}
{"cmd":"user_info","uid":"Tkzljq"}//买家发送
#返回值
{
"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": {
"account_id":"16"
"show_name": "TEST.\u5546\u5bb6\u5546\u5bb6TEST.\u5546\u5bb6\u5546\u5bb6AA",
"head_img_url": "http:\/\/storage.kuaifaka.com\/avatar\/3931cbee523a805f8c4dc637c1b69a30.jpg"
}
},
"extra": "",
"time": 1555121010</code></pre>
<p>}</p>