简要描述:
请求域名:
- http://xx.com
请求URL:
POST/plugin.local-life.api.category.index
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
parent_id | 否 | int | 父级id 传0可取一级分类 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": [
{
"id": 20,
"name": "食品",
"thumb": ""
},
{
"id": 23,
"name": "数码",
"thumb": "https://supply.yunzmall.com/uploads/file/d6407b4a85d3fd2eb0f35bd4df8bef38_20241020192205.png"
},
{
"id": 26,
"name": "食品",
"thumb": ""
}
]
}
返回参数说明:
参数名 | 类型 | 说明 |
---|