简要描述:
- 聚合CPS接口
请求域名:
- http://xx.com
请求URL:
POST/route=plugin.aggregation-cps.api.commerce-academy.index
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|
返回示例:
正确时返回:
{
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | int | 栏目ID |
| title | string | 栏目名称 |
| img | string | 栏目封面 |
| url | string | 更多链接 |
| content | array | 内容 |
| content[title] | string | 内容名称 |
| content[img_url] | string | 内容封面 |
| content[url] | string | 跳转链接 |
备注:
- 更多返回错误代码请看首页的错误代码描述