简要描述:
- 获取一级分类
请求域名:
- http://xx.com
请求URL:
POST:plugin.supplier.frontend.shop.index.getParendCategory
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
sid | 是 | int | 供应商id |
paginate | 否 | int | 分页数 |
返回示例:
正确时返回:
{
"result":1,
"msg":"一级分类查询成功",
"data":{
"current_page":1,
"data":[
{
"id":66754,
"name":"钟表首饰"
},
{
"id":66762,
"name":"母婴玩具"
},
{
"id":84610,
"name":"商品分类一"
},
{
"id":84695,
"name":"特殊商品分类"
},
{
"id":84932,
"name":"美容美体仪器"
}
],
"first_page_url":"https://dev4.yunzmall.com/web/index.php?page=1",
"from":1,
"last_page":1,
"last_page_url":"https://dev4.yunzmall.com/web/index.php?page=1",
"next_page_url":null,
"path":"https://dev4.yunzmall.com/web/index.php",
"per_page":15,
"prev_page_url":null,
"to":5,
"total":5
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
data | object | 分类详情 |
id | int | 分类id |
name | string | 分类名 |
备注:
- 更多返回错误代码请看首页的错误代码描述