淘宝精选下的品牌列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>淘宝精选下的品牌列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/gylm/taobao/v1/Brandlist</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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>当前页 第一次请求默认是1 下次请求上次返回minId的值</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>默认20页</td>
</tr>
<tr>
<td style="text-align: left;">cateId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>品牌分类,4.0新增。如果传递该参数,返回指定分类品牌数据</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"minId": 2,
"time": 1551340970,
"data": [
{
"id": "1",
"tb_brand_name": "Three Squirrels/三只松鼠",
"fq_brand_name": "三只松鼠",
"brand_logo": "http://img02.taobaocdn.com:80/tfscom/TB1jsD.DxjaK1RjSZFAXXbdLFXa",
"brandcat": "3",
"introduce": "三只松鼠,互联网坚果销量冠军品牌,致力于生产天然新鲜、非过度加工的健康食品,誓将卖萌服务与极致用户体验进行到底,数百万消费者的不二选择,值得信赖!",
"item": [
{
"itemid": "579040500906",
"itemtitle": "【三只松鼠_抖面122gx2桶_藤椒汤面】方便速食桶装泡面藤椒味",
"itemshorttitle": "【三只松鼠】藤椒抖面122gx2",
"itemdesc": "秘制藤椒骨汤,面条柔韧劲道,面饼非油炸,吃货也要“朋克养生“秘制藤椒骨汤让嘴唇仿佛触电一般,吃几口抖面喝一口浓汤从唇到脚抖起来~麻到抖唇才叫爽!!",
"itemprice": "23.90",
"couponmoney": "5",
"couponurl": "https://uland.taobao.com/quan/detail?sellerId=880734502&activityId=1ad3dcc826c44f1ea88ae1e24a800fb8",
"brand_name": "Three Squirrels/三只松鼠",
"itempic": "http://img.alicdn.com/imgextra/i4/880734502/O1CN01YvhTkF1j7xaTCV7mn_!!880734502.jpg",
"tktype": "营销计划",
"tkrates": "15.00",
"itemendprice": "18.90",
"itemsale": "16747",
"itemsale2": "60",
"todaysale": "465",
"itempic_copy": "0_579040500906_1551233970.jpg",
"shoptype": "B",
"tkmoney": "2.84",
"couponexplain": "单笔满23.0元可用",
"couponstarttime": "1551196800",
"couponendtime": "1551455999",
"start_time": "1551232800",
"end_time": "1551455999",
"general_index": "318",
"sellernick": "三只松鼠旗舰店",
"activity_type": "聚划算",
"shopid": "71720200"
}
]
}
]
}</code></pre>
<p><strong>返回参数说明</strong>
参考地址链接 <a href="https://www.haodanku.com/api/detail/show/31.html">https://www.haodanku.com/api/detail/show/31.html</a> 的超值大牌API返回字段</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>