简要描述:
请求域名:
- http://xx.com
请求URL:
plugin.debt-shop.frontend.goods.recommendCategory
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": [
{
"id": 1,
"parent_id": 0,
"name": "1",
"thumb": "images/1/2019/12/oleLBE9pWkxb4BLRXBhBzHZpbt9txC.jpg",
"thumb_url": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/images/1/2019/12/oleLBE9pWkxb4BLRXBhBzHZpbt9txC.jpg"
}
]
}
错误时返回:
{
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| 名称 | 类型 | 说明 |
| list | arr | 分类列表 |
| max_level | int | 分类最大层级 |