修改用户头像
<p><strong>请求方法名:</strong></p>
<ul>
<li>UpdateAvatar </li>
</ul>
<p><strong>请求参数:</strong> </p>
<pre><code>{
"Avatar":"http://cs4newimgqt.womenrfree.com//Content/mapping/Gone2052/home/images/touxiang/A9734CC321C8B363.jpg",
}</code></pre>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST</li>
</ul>
<p><strong>参数:</strong> </p>
<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;">Avatar</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>头像链接</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"Status":true,
"Info":"修改成功",
"Data":null,
"Code":0
}
</code></pre>