简要描述:
请求URL
/api/v1/supply/brand
请求方式:
请求参数:
参数名 |
必选 |
示例 |
说明 |
limit |
否 |
12 |
条数,默认100条 |
page |
<span style="color:#ed6171;font-weight:700;">是</span> |
1 |
页数 |
请求示例
无界系统请求
https://test.hehekeji.cn/api/v1/supply/brand
返回示例
{
&quot;error_code&quot;: 0,
&quot;data&quot;: [
{
&quot;id&quot;: 6,
&quot;brand_name&quot;: &quot;雅诗莱带222&quot;,
&quot;brand_img&quot;: &quot;https://hehetestoss.oss-cn-guangzhou.aliyuncs.com/supply/images/168396586642787374.jpg&quot;,
&quot;goods_count&quot;: 4
}
],
&quot;current_page&quot;: 1,
&quot;per_page&quot;: &quot;100&quot;,
&quot;last_page&quot;: 1,
&quot;total&quot;: 11,
&quot;route_code&quot;: null
}
返回参数说明:
参数名 |
参数名 |
说明 |
error_code |
Number |
成功:0 |
error_info |
String |
返回文字描述 |
data |
Object |
返回数据 |
current_page |
Number |
当前页数 |
per_page |
Number |
条数 |
last_page |
Number |
最后页数 |
total |
Number |
总数 |