简要描述:
- 获取分类中心模板4设置
请求URL:
GET/route=plugin.decorate.frotend.category-template-four-set.index
| 参数名 | 类型 | 说明 | 是否必须 |
|---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": [
{
"key": "shop",
"is_show": true,
"sort": 1
},
{
"key": "tiktok",
"is_show": false,
"sort": 2
}
]
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| [ | array | 数组 |
| key | string | shop 商城设置 tiktok 抖音设置 |
| is_show | bool | 是否显示(取值 true false) |
| sort | int | 排序 升序排列 |
| ] |