简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2022-12-02 |
|
请求URL:
请求方式:
请求头:
1.小说模块请求参数:
参数名 |
是否必须 |
类型 |
说明 |
module |
是 |
string |
固定值,novel |
novel_id |
是 |
int |
原小说id |
chapter_id |
是 |
int |
原小说章节id |
2.有声模块请求参数:
参数名 |
是否必须 |
类型 |
说明 |
module |
是 |
int |
固定值,sound |
novel_id |
是 |
int |
有声模块的小说id |
chapter_id |
是 |
int |
有声模块的章节id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": {
"id": 1,
"uid": "21",
"studio_id": "5",
"cate_id": "11",
"novel_name": "顶级悟性:从基础拳法开始",
"novel_tig": "玄幻",
"cover": "https://public.aiwenzhe.com/uploads/novel/2022/12/01/6388484b43bd4.jpg",
"describe": "穿越成妙手园学徒的陆长生,本想努力做个悬壶济世的一代神医。可当他开始练武后,却发现每练成一门武功到圆满,就能提升悟性。\r\n而且,悟性似乎能一直提升。陆长生想知道,悟性的上限到底在哪里?\r\n平平无奇:比废物稍好一点。\r\n中人之姿:泯然众人而不自知。\r\n颇具潜力:小荷才露尖尖角。\r\n潜龙在渊:浅水出蛟龙!\r\n四方称颂:锋芒毕露,锐不可当!\r\n人中龙凤:天才之名传天下!\r\n百世传颂:开宗立派,称宗做祖!\r\n天生圣人:震古烁今,无出其右!\r\n万古无一:前无古人后无来者!\r\n顶级悟性:不可言,不可视,不可闻!",
"channel": "free",
"novel_status": "1",
"grant_status": "0",
"audit_status": "1",
"old_novel_id": "0",
"listen_chapter": {
"chapter_id": 1,
"novel_id": "1",
"chapter_name": "第一章 悟性!",
"mp3_url": "http://awz.com/uploads/audio/2022/12/01/41/93.mp3",
"sortid": "1",
"old_novel_id": "0",
"old_chapter_id": "0",
"current": true
},
"novel_status_msg": "完结",
"grant_status_msg": "驻站",
"audit_status_msg": "审核通过",
"chapters": [
{
"chapter_id": 1,
"novel_id": "1",
"chapter_name": "第一章 悟性!",
"mp3_url": "http://awz.com/uploads/audio/2022/12/01/41/93.mp3",
"sortid": "1",
"old_novel_id": "0",
"old_chapter_id": "0",
"current": true
},
{
"chapter_id": 2,
"novel_id": "1",
"chapter_name": "第二章 基础拳法圆满!",
"mp3_url": "http://awz.com/uploads/audio/2022/12/01/41/96.mp3",
"sortid": "2",
"old_novel_id": "0",
"old_chapter_id": "0",
"current": false
},
{
"chapter_id": 3,
"novel_id": "1",
"chapter_name": "第三章 悟性提升",
"mp3_url": "",
"sortid": "3",
"old_novel_id": "0",
"old_chapter_id": "0",
"current": false
}
]
},
"other": []
}
错误时返回:
返回参数说明:
参数名 |
类型 |
说明 |
id |
string |
小说id |
uid |
string |
用户uid |
studio_id |
string |
工作室id |
cate_id |
string |
分类id |
novel_name |
string |
小说名称 |
novel_tig |
string |
小说标签 |
cover |
string |
小说封面 |
describe |
string |
小说简介 |
channel |
string |
频道【free=免费,vip=vip免费,vipcharge=vip收费和free_time没过期=限免】 |
old_novel_id |
string |
原小说id |
listen_chapter |
string |
当前章节信息 |
listen_chapter.chapter_id |
string |
有声小说章节id |
listen_chapter.novel_id |
string |
有声小说id |
listen_chapter.chapter_name |
string |
有声小说章节名称 |
listen_chapter.mp3_url |
string |
有声小说章节音频 |
listen_chapter.sortid |
string |
有声小说章节排序 |
listen_chapter.old_novel_id |
string |
原小说id |
listen_chapter.old_chapter_id |
string |
原小说章节id |
listen_chapter.current |
string |
小说id |
novel_status |
string |
小说状态【0=连载中,1=完结,2=断更】 |
novel_status_msg |
string |
小说状态提示 |
grant_status |
string |
授权状态【1=独家,0=驻站】 |
grant_status_msg |
string |
授权状态提示 |
audit_status |
string |
小说审核状态【0=待审核,1=上架,2=审核不通过,3=作者下架【作者可以上架】,4=后台下架【作者不能上架】】 |
audit_status_msg |
string |
小说审核状态提示 |
chapters |
string |
小说章节目录 |
chapters.chapter_id |
string |
有声小说章节id |
chapters.novel_id |
string |
有声小说id |
chapters.chapter_name |
string |
有声小说章节名称 |
chapters.mp3_url |
string |
有声小说章节音频 |
chapters.sortid |
string |
有声小说章节排序 |
chapters.old_novel_id |
string |
原小说id |
chapters.old_chapter_id |
string |
原小说章节id |
备注:
作者:admin 创建时间:2022-12-02 14:08
更新时间:2025-05-24 17:35