各平台商品的轮播图接口--李辉
<p><strong>简要描述:</strong> </p>
<ul>
<li>各平台商品的轮播图接口-</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://dk.gaoyong666.com/gylm/images/v1/gallerys</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;">classtype</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>平台 1拼多多 2京东 3淘宝 5蘑菇街 7唯品会</td>
</tr>
<tr>
<td style="text-align: left;">goodsId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string/int</td>
<td>商品ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1543802471,
"data": [
"https://m.360buyimg.com/mobilecms/s720x720_jfs/t25351/262/1873171950/229605/526a3fda/5bbeba28N0bc23afe.jpg!q70.jpg",
"https://m.360buyimg.com/mobilecms/s720x720_jfs/t24697/48/1909573742/297266/868a337d/5bbeba1fN95caab23.jpg!q70.jpg",
"https://m.360buyimg.com/mobilecms/s720x720_jfs/t27568/62/968060142/265375/e3e06dd5/5bbeba19N474db39c.jpg!q70.jpg",
"https://m.360buyimg.com/mobilecms/s720x720_jfs/t24757/10/1891723507/209689/839a55ce/5bbeba28N678f27d0.jpg!q70.jpg"
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>