√上传图片
<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;">upfile</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">file</td>
<td>文件信息</td>
</tr>
<tr>
<td style="text-align: left;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>死值:images.upload</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": true,
"msg": "上传成功",
"data": {
"image_id": "18543b1046f876c534cfeb4473a3cd96",
"url": "http://q6yimjwyx.bkt.clouddn.com/_static_uploads_images_2020_03_27_15852870655e7d8f99c2cc6.jpg",
"type": ""
}
}
</code></pre>