获取用户信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>发起购买</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/wechat_app/user_info</code></li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">必传</th>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">uid</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">否</td>
<td>用户id</td>
</tr>
<tr>
<td style="text-align: left;">phone</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">否</td>
<td>购买类型</td>
</tr>
</tbody>
</table>
<ul>
<li>备注:uid与phone必传其中一个</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET </p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{
"status": 1,
"msg": "请求成功",
"data": {
"id": 2150,
"name": "用户151*3034",
"phone": "15183153034",
"password": "202cb962ac59075b964b07152d234b70",
"role": null,
"vip": 1,
"order_space": -1,
"avatar": "",
"province": "",
"city": "",
"district": "",
"address": "",
"create_time": "2019-09-13 16:58:24",
"status": 1,
"remarks": "",
"edition": "工厂版",
"direct": 0,
"ucenter_id": null,
"register_id": null,
"alert_time": 3,
"try_stop_time": "2019-05-20 16:23:46",
"invitation_name": null,
"invitation_phone": null,
"invitation_code": null,
"try_stop": -333976
}
}
</code></pre>