@@@待完善@@@
请求域名:
- http://test.yunzshop.com
请求URL:
GET/plugin.answer-reward.admin.subject.get-list
请求参数说明:
参数名 | 类型 | 说明 |
---|---|---|
search['title'] | string | 视频标题 |
search['time'] | int | 是否按时间查询: 0不是 1是 |
search['start_time'] | int | 开始时间戳 |
search['end_time'] | int | 结束时间戳 |
返回示例:
正确时返回:
{
result: 1,
msg: "ok",
data: {
list: {
total: 3,
per_page: 20,
current_page: 1,
last_page: 1,
next_page_url: null,
prev_page_url: null,
from: 1,
to: 3,
data: [{
id: 3,
title: "你真丑",
created_at: "2020-10-20 13:35:54"
},
{
id: 2,
title: "我很美",
created_at: "2020-10-20 13:35:54"
},
{
id: 1,
title: "题dssds目",
created_at: "2020-10-20 13:35:54"
}
]
},
count: 3
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
data[0][title] | string | 题目标题 |
data[0][id] | int | 题目id |
data[0][created_at] | int | 创建时间 |