简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-06-13

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
pagesize int 条数
no_refresh_time int 等于1时,不会加置顶排序,其他不传

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "novel_id": 22,
            "cover": "http://awz.com/uploads/novel/2020-06-12/5ee322c15761e.jpg",
            "novel_name": "12",
            "novel_status": "连载中",
            "update_at": "2020-06-13",
            "cate_label": "玄幻",
            "collection_num": "0",
            "popularity_num": "0",
            "describe": "123"
        }
    ],
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "key错误"
}

返回参数说明:

参数名 类型 说明
novel_id int 小说id
cover string 小说封面
novel_name string 小说名称
novel_status string 小说状态
update_at string 小说更新时间
cate_label string 小说标签
collection_num string 加入书架数
popularity_num string 人气数
describe string 小说简介

备注:

文档更新时间: 2021-08-20 17:37   作者:admin