身份证图片上传
<p><strong>简要描述:</strong> </p>
<ul>
<li>身份证图片上传接口</li>
</ul>
<p><strong>请求URL:</strong>
-C端 <code>http://xx.com/api/user/user/sttest-img-upload</code>
-B端 <code>http://xx.com/api/store/store/sttest-img-upload</code><br />
<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;">img_base64</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>base64图片</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;上传成功&quot;,
&quot;result&quot;: {
data:{&quot;http://osk6t6jhb.bkt.clouddn.com/img/store/store_pic/gl00004278/170712135038-IMG_7965.jpg&quot;}
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>