淘宝栏目 猜你喜欢商品接口 -- 杨奕滨
<p><strong>简要描述:</strong> </p>
<ul>
<li>淘宝栏目猜你喜欢列表(目前只有淘宝平台有)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://dk.gaoyong666.com/gylm/taobao/v1/guesslike</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蘑菇街</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</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页数量 默认10</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1543844491,
"data": [
{
"product_id": "8307015",
"itemid": "576293222102",
"seller_id": "25732",
"itemtitle": "花花公子触屏毛线手套男士冬季保暖加厚防滑开车女户外全指手套秋",
"itemshorttitle": "【花花公子】触屏保暖手套情侣同款",
"itemdesc": "【大牌~花花公子】现在买肯定是赚了呀!!!可触屏设计,带着手套也能玩手机!不用脱手套接打电话,手机iPai灵活用,玩游戏不冻手,开车不滑方向盘【赠运费险】",
"itemprice": "16.90",
"itemsale": "278094",
"itemsale2": "19927",
"todaysale": "44962",
"itempic": "http://img.alicdn.com/imgextra/i4/1751100520/O1CN011FiCQJfcCoLCHI8_!!1751100520.jpg",
"itempic_copy": "0_576293222102_1543829356.jpg",
"fqcat": "5",
"itemendprice": "6.90",
"shoptype": "B",
"tktype": "营销计划",
"tkrates": "90.00",
"cuntao": "0",
"tkmoney": "6.21",
"couponurl": "https://uland.taobao.com/quan/detail?sellerId=1751100520&activityId=5a5db206a5fd4dfc9acd260db209774e",
"couponmoney": "10",
"couponsurplus": "91000",
"couponreceive": "9000",
"couponreceive2": "7000",
"todaycouponreceive": "8000",
"couponnum": "100000",
"couponexplain": "单笔满19.0元可用",
"couponstarttime": "1543766400",
"couponendtime": "1544025599",
"start_time": "1543827600",
"end_time": "1544025599",
"starttime": "1543827600",
"isquality": null,
"report_status": "0",
"is_brand": "0",
"is_live": "0",
"guide_article": "【大牌~花花公子】现在买肯定是赚了呀!!!可触屏设计,带着手套也能玩手机!不用脱手套接打电话,手机iPai灵活用,玩游戏不冻手,开车不滑方向盘【赠运费险】",
"videoid": "0",
"activity_type": "普通活动",
"general_index": "437",
"planlink": null,
"seller_name": "天峻精品联盟-小雷",
"userid": "1751100520",
"sellernick": "花花公子蕴研专卖店",
"online_users": "0",
"original_img": "",
"original_article": "",
"discount": "4.10",
"is_explosion": "0",
"me": null,
"activityid": "5a5db206a5fd4dfc9acd260db209774e",
"coupon_condition": "19.00",
"taobao_image": "http://img.alicdn.com/imgextra/i3/1751100520/O1CN011FiCPelRJj9OZEY_!!1751100520.jpg,http://img.alicdn.com/imgextra/i3/1751100520/O1CN011FiCPi1zN0WjEuW_!!1751100520.jpg,http://img.alicdn.com/imgextra/i4/1751100520/O1CN011FiCQJfcCoLCHI8_!!1751100520.jpg,http://img.alicdn.com/imgextra/i2/1751100520/O1CN01P8cnVV1FiCQwvS721_!!1751100520.jpg,http://img.alicdn.com/imgextra/i4/1751100520/O1CN011FiCPgxUh7VHqBc_!!1751100520.jpg",
"shopid": "105974916",
"shopname": "花花公子蕴研专卖店"
}
]
}</code></pre>
<p><strong>返回参数说明</strong>
返回字段参照地址 <a href="https://www.haodanku.com/api/detail/show/17.html">https://www.haodanku.com/api/detail/show/17.html</a></p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>