√个人资料上传图片
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gaokao.douyinhot.com/api.html</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>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;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>死值:user.upload_img</td>
</tr>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>token</td>
</tr>
<tr>
<td style="text-align: left;">image_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>图片上传后的image_id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": true,
"data": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_03_15858938255e86d1c1b29e8.jpg",
"msg": "保存成功"
}
</code></pre>