简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "novel_id": 680,
                "cover": "https://api.aiwenzhe.com/uploads/novel/2020-11-29/5fc287e0a7013.jpg",
                "novel_name": "地下皇帝",
                "novel_status": "连载中",
                "update_at": "2021-06-19",
                "cate_label": "都市",
                "collection_num": "557",
                "popularity_num": "501",
                "describe": "有人的地方就有恩怨,有恩怨的地方就有江湖,我们向往坦荡的生活,却只能泥沼中苟延残喘尔虞我诈,江湖,我们怎么退出…",
                "avatar": "user/avatar/2021-06-10/60c1a3e79cfcc.jpg",
                "pen_name": "一骑红尘妃子笑",
                "word_num": 121708,
                "all_reading_currency": 1300,
                "activity_created_at": "2021-06-15 18:24:44"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 31
    },
    "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-06-19 18:00   作者:admin