修改资料
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/index/member/edit</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">avatar</td>
<td style="text-align: left;">否</td>
<td>file</td>
<td>头像</td>
</tr>
<tr>
<td style="text-align: left;">nick_name</td>
<td style="text-align: left;">否</td>
<td>string</td>
<td>昵称</td>
</tr>
<tr>
<td style="text-align: left;">mobile</td>
<td style="text-align: left;">否</td>
<td>string</td>
<td>手机</td>
</tr>
<tr>
<td style="text-align: left;">email</td>
<td style="text-align: left;">否</td>
<td>string</td>
<td>邮箱</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;id&quot;: 50001,
&quot;token&quot;: &quot;4cbd3d5c4c73ef5ed54387b4c96f77f6&quot;,
&quot;wallet&quot;: &quot;0x2a2bdcf89f6c8f359e5bffcec54fbcb7bc8afa66&quot;,
&quot;mobile&quot;: &quot;13800138000&quot;,
&quot;email&quot;: &quot;lwf_000001@126.com&quot;,
&quot;parent_id&quot;: 0,
&quot;parent_tree&quot;: &quot;&quot;,
&quot;grade_id&quot;: 3,
&quot;invite_code&quot;: &quot;12345678&quot;,
&quot;money&quot;: &quot;9989656.53000000&quot;,
&quot;avatar&quot;: &quot;http:\/\/img.softstao.com\/uploadfiles\/client\/1\/pic\/2018\/11\/09\/1811922224611250.gif&quot;,
&quot;nick_name&quot;: &quot;@MARIO&quot;,
&quot;status&quot;: 1,
&quot;logins&quot;: 49,
&quot;money2&quot;: &quot;0.00000000&quot;,
&quot;money3&quot;: &quot;0.00000000&quot;,
&quot;income_total&quot;: &quot;0.00000000&quot;,
&quot;grade_name&quot;: &quot;R2&quot;
}
}
</code></pre>