接口简介
- 本接口主要用于请求专题列表数据
- 本接口支持page分页
接口请求说明
请求方式
GET https://站点接口域名/openapi/subjects
请求参数
参数名 | 类型 | 是否必须 | 说明 |
---|---|---|---|
page | int | ✅ | 普通分页 |
status | int | 返回专题的状态,默认为 1。0 关闭,1 开启 |
请求示例
# GET请求
curl -X GET 'https://站点接口域名/openapi/subjects?page={page}&status={status}' \
-H 'Authorization: Bearer 5d39164d1f281' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'
接口响应说明
响应示例
{
"code": 0,
"text": "",
"data": [
{
"id": 1,
"name": "专题1",
"cover": "http://qianfan-qianfanyun.qiniudn.com/_20170714160749_59687bd5e78bd.png",
"created_at": "2017-07-14 08:09:26"
},
{
"id": 3,
"name": "专题3",
"cover": "http://qianfan-qianfanyun.qiniudn.com/_20170815045552_59927ed8d72a8.jpg",
"created_at": "2017-08-15 04:55:55"
},
{
"id": 7,
"name": "专题5",
"cover": "http://qianfan-qianfanyun.qiniudn.com/_20190702084552_5d1b19c0c3100.jpg",
"created_at": "2017-09-06 03:32:46"
}
],
"time": 1571715998
}
响应结果说明
字段名 | 类型 | 说明 |
---|---|---|
id | int | 专题id |
name | string | 名称 |
cover | string | 封面 |
created_at | string | 创建时间 |
文档更新时间: 2020-08-06 14:24 作者:千帆云