文档
测试

获取章节信息

GET
weiyi.icu/api/comcis/chapter/{chapterId}

接口描述

点开章节看漫画时调用接口,获取该章节基本信息,不需要认证

成功返回

参数名
类型
描述
必填
code
int
必填
message
string
必填
data
json
必填

失败返回

参数名
类型
描述
必填
code
int
必填
message
string
必填
data
json
必填

说明

示例: ```json { code: 200, message: "请求成功", data: { chapterId: 123, chapterNum: 12, chapterName: "xxx", nextChapterId: 124, previousChapterId: 122 } }