简要描述:
- 获取店铺组列表
请求URL:
POST/wapapi/addons/execute/addons/shop/controller/shop/action/shopgroup
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"code": 0,
"message":"获取成功",
"data": {
"shop_group_list":[
{"shop_group_id":1,"group_name":"服装"},
{"shop_group_id":2,"group_name":"水果"}
]
}
}
参数名 | 类型 | 说明 |
---|---|---|
shop_group_list | array | 店铺分类列表 |
shop_group_id | int | 店铺分类id |
group_name | string | 分类名称 |