聚划算/还抢购商品接口--李辉
<p><strong>简要描述:</strong> </p>
<ul>
<li>聚划算/还抢购商品接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://dk.gaoyong666.com/gylm/taobao/v1/hotgoodslist</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;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>//商品筛选类型type=4是聚划算,type=5是淘抢购</td>
</tr>
<tr>
<td style="text-align: left;">sortType</td>
<td style="text-align: left;">fou</td>
<td style="text-align: left;">string</td>
<td>all 综合 ;sales_desc 月销量(高到低);sales_desc 月销量(低到高);rate_desc佣金比例(高到低);rate_desc 佣金比例(高到低);rate_asc 佣金比例(低到高);price_desc 卷后价降序; price_asc卷后价升序 ;</td>
</tr>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>默认1 需要下次minId携带请求</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"minId": 8196267,
"time": 1543310893,
"data": [
{
"product_id": "8203934",
"itemid": "575347847002",
"seller_id": "29038",
"itemtitle": "比利时Purasana青汁加强版膳食纤维粉代餐粉小麦草粉清汁大麦若叶",
"itemshorttitle": "比利时青汁加强版膳食纤维粉代餐粉",
"itemdesc": "比利时Purasana青汁加强版膳食纤维粉代餐粉。小麦草粉清汁大麦若叶,生活节奏快,肠道不轻松,清肠排便,呵护肠胃,赶紧领券下单~",
"itemprice": "189.00",
"itemsale": "495",
"itemsale2": "0",
"todaysale": "0",
"itempic": "http://img.haodanku.com/oimg_575347847002_1543309265.jpg",
"itempic_copy": "0_575347847002_1543308789.jpg",
"fqcat": "11",
"itemendprice": "159.00",
"shoptype": "B",
"tktype": "营销计划",
"tkrates": "20.00",
"cuntao": "0",
"tkmoney": "31.80",
"couponurl": "https://uland.taobao.com/quan/detail?sellerId=4059216792&activityId=3e33d4c1bcd049deb8cb72819515f215",
"couponmoney": "30",
"couponsurplus": "800",
"couponreceive": "0",
"couponreceive2": "0",
"todaycouponreceive": "0",
"couponnum": "800",
"couponexplain": "单笔满189.0元可用",
"couponstarttime": "1543248000",
"couponendtime": "1543507199",
"start_time": "1543309200",
"end_time": "1543507199",
"starttime": "1543309200",
"isquality": null,
"report_status": "0",
"is_brand": "0",
"is_live": "0",
"guide_article": "比利时Purasana青汁加强版膳食纤维粉代餐粉。小麦草粉清汁大麦若叶,生活节奏快,肠道不轻松,清肠排便,呵护肠胃,赶紧领券下单~",
"videoid": "0",
"activity_type": "聚划算",
"general_index": "193",
"planlink": null,
"seller_name": "乾坤爆款联盟",
"userid": "4059216792",
"sellernick": "purasana海外旗舰店",
"online_users": "0",
"original_img": "",
"original_article": "",
"discount": "8.40",
"is_explosion": "0",
"me": null,
"activityid": "3e33d4c1bcd049deb8cb72819515f215",
"coupon_condition": "189.00",
"is_foreshow": "1",
"taobao_image": "http://img.alicdn.com/imgextra/i3/4059216792/O1CN01202mXKYe7nLCzzU_!!4059216792.jpg,http://img.alicdn.com/imgextra/i1/4059216792/O1CN01202mXU9557P3uAb_!!4059216792.jpg,http://img.alicdn.com/imgextra/i1/4059216792/O1CN01QQO0yq202mYeizqGo_!!0-item_pic.jpg,http://img.alicdn.com/imgextra/i2/4059216792/O1CN01202mXRwPxsSYI5d_!!4059216792.jpg,http://img.alicdn.com/imgextra/i1/4059216792/O1CN01VZqi6W202mYaWooXR_!!4059216792.jpg"
}
]
}</code></pre>
<p><strong>返回参数说明</strong>
返回数据参照地址https://www.haodanku.com/api/detail/show/3.html </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>