简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2025-09-16 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 否 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"status": 200,
"msg": "ok",
"data": {
"mustWatchList": [
{
"novel_id": "19",
"novel_name": "圣光",
"cover": "https://publi.com/66470dd71c654.jpg",
"describe": "大三学生叶不凡",
"novel_status": "0",
"comment_num": 0,
"novel_status_msg": "完结",
"novel_tig": "逆袭",
},
],
"popularRankingList": [
{
"novel_id": "11",
"novel_name": "万丈魔像",
"cover": "https://public.com//66470cda2c0ee.png",
"describe": "凡有所生,众有所灭,修行即是掠夺,强者方能侠义。 ……",
"novel_status": "1",
"sale_num": 0,
"novel_status_msg": "完结",
"novel_tig": "逆袭",
},
],
"newDramaChart": [
{
"novel_id": "42",
"novel_name": "测试分站小说",
"cover": "https://public.com/66753490cc355.jpg",
"describe": "测试",
"novel_status": 0,
"novel_status_msg": "连载中",
"novel_tig": "逆袭",
},
]
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "小说id错误"
}
data返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
mustWatchList | array | 必看榜 |
mustWatchList.novel_id | int | 短剧id |
mustWatchList.novel_name | string | 短剧名称 |
mustWatchList.cover | string | 封面 |
mustWatchList.describe | string | 简介 |
mustWatchList.comment_num | int | 评论数 |
mustWatchList.novel_status_msg | string | 状态 |
mustWatchList.novel_tig | string | 标签 |
popularRankingList | array | 热播榜 |
popularRankingList.novel_id | int | 短剧id |
popularRankingList.novel_name | string | 短剧名称 |
popularRankingList.cover | string | 封面 |
popularRankingList.describe | string | 简介 |
popularRankingList.sale_num | int | 销售数 |
popularRankingList.novel_status_msg | string | 状态 |
popularRankingList.novel_tig | string | 标签 |
newDramaChart | array | 新剧榜 |
newDramaChart.novel_id | int | 短剧id |
newDramaChart.novel_name | string | 短剧名称 |
newDramaChart.cover | string | 封面 |
newDramaChart.describe | string | 简介 |
newDramaChart.novel_status_msg | string | 状态 |
newDramaChart.novel_tig | string | 标签 |
备注:
- 无
作者:admin 创建时间:2025-09-16 10:57
最后编辑:admin 更新时间:2025-09-16 19:29
最后编辑:admin 更新时间:2025-09-16 19:29