简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-12-03

请求URL:

请求方式:

  • Get

请求头:

参数名 是否必须 类型 说明
token string 凭证

请求参数:

参数名 是否必须 类型 说明
novel_id string 书籍id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": [
        {
            "chapter_id": 1,
            "chapter_name": "第1章",
            "sorts": 1,
            "created_at": "2021-12-03 11:41:03"
        },
        {
            "chapter_id": 2,
            "chapter_name": "第2章",
            "sorts": 2,
            "created_at": "2021-12-03 11:41:19"
        }
    ],
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "验证码错误"
}

novel_data返回参数说明:

参数名 类型 说明
chapter_id string 书籍章节id
chapter_name string 书籍章节名称
created_at string 时间
sorts string 排序

备注:

文档更新时间: 2021-12-03 17:35   作者:admin