简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-04-09

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

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

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "id": 1,
                "reading_currency": "100",
                "created_at": "2021/04/01 12:01:58",
                "novel_name": "丑妃倾天下",
                "nickname": "k0000"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 1
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "小说id错误"
}

data返回参数说明:

参数名 类型 说明
id int id
reading_currency string 中奖阅读币
created_at string 时间
novel_name string 小说名称
nickname string 用户昵称或者名称

备注:

文档更新时间: 2023-04-24 17:06   作者:admin