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