个人中心
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>user/user/user</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "成功",
"data": {
"list": {
"phone": "18846790394",
"avatar_url": null,
"nickname": null
},
"phone": "18888888"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">list 参数名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">phone</td>
<td>电话</td>
</tr>
<tr>
<td style="text-align: left;">avatar_url</td>
<td>头像</td>
</tr>
<tr>
<td style="text-align: left;">nickname</td>
<td>姓名</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th style="text-align: left;">list 参数名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">phone</td>
<td>客服电话</td>
</tr>
</tbody>
</table>