简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
uid integer 用户ID

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "success",
    "data": {
        "reader": {
            "uid": 6,
            "avatar": "http://127.0.0.1:8000/uploads/avatar/avatar.jpg",
            "phone": "13113691111",
            "username": "",
            "nickname": "",
            "read_novel_count": 6,
            "vote_popularity_count": "60",
            "comment_count": 0
        },
        "comments": {
            "current_page": 1,
            "data": [],
            "first_page_url": "http://127.0.0.1:8000/module/novel/readerHomeIndex?page=1",
            "from": null,
            "last_page": 1,
            "last_page_url": "http://127.0.0.1:8000/module/novel/readerHomeIndex?page=1",
            "next_page_url": null,
            "path": "http://127.0.0.1:8000/module/novel/readerHomeIndex",
            "per_page": 15,
            "prev_page_url": null,
            "to": null,
            "total": 0
        },
        "novel_collections": {
            "current_page": 1,
            "data": [
                {
                    "id": 1,
                    "uid": 6,
                    "novel_id": 5,
                    "seen_chapter_id": 23,
                    "prev_chapter_id": 0,
                    "next_chapter_id": 24,
                    "seen_chapter_num": 2,
                    "all_chapter_num": 5,
                    "update_status": 0,
                    "is_add": 1,
                    "create_at": "2020-04-09 21:49:56",
                    "update_at": 1587609477,
                    "novel": {
                        "id": 5,
                        "uid": 2,
                        "studio_id": 1,
                        "novel_name": "流盈欢",
                        "novel_tig": "",
                        "vice_title": "流盈欢",
                        "cover": "http://127.0.0.1:8000/uploads/novel/2020-03-23/5e784f0fa7934.jpg",
                        "describe": "倪煌国,大相国寺内香烟缭绕,诵经声不断。一群虔诚的香客后跟着一个身材娇小的女子,那女子白衣胜雪,墨云般的黑发垂下,透着一股子自然的清雅之态。此时那女子双手合十,正在喃喃低语。身旁跪着一个小丫头,学着主子的样子也是认真的拜着菩萨。整整一柱香的功夫,那女子才走出大……",
                        "channel": "free",
                        "free_time": 0,
                        "cate_id": 1,
                        "novel_status": 1,
                        "grant_status": 1,
                        "word_num": 14793,
                        "reward_num": 0,
                        "flower_num": 0,
                        "read_num": 4,
                        "collection_num": 0,
                        "popularity_num": 0,
                        "is_recommend": 1,
                        "week_recommend": 0,
                        "boutique_recommend": 0,
                        "strong_recommend": 0,
                        "audit_status": 3,
                        "audit_remark": "",
                        "create_at": "2020-03-14 13:54:23",
                        "update_at": 1591856004,
                        "novel_all_word_num": "0.00",
                        "chapter_charge_start": 0,
                        "chapter_charge_price": 0
                    }
                },
                {
                    "id": 2,
                    "uid": 6,
                    "novel_id": 6,
                    "seen_chapter_id": 29,
                    "prev_chapter_id": 0,
                    "next_chapter_id": 30,
                    "seen_chapter_num": 3,
                    "all_chapter_num": 5,
                    "update_status": 0,
                    "is_add": 1,
                    "create_at": "2020-04-09 21:56:02",
                    "update_at": 1586440678,
                    "novel": {
                        "id": 6,
                        "uid": 2,
                        "studio_id": 1,
                        "novel_name": "至尊纨绔",
                        "novel_tig": "异能,热血,暧昧",
                        "vice_title": "至尊纨绔",
                        "cover": "http://127.0.0.1:8000/uploads/novel/2020-03-23/5e785057674d6.jpg",
                        "describe": "贫困无依少年得奇遇入天堂获得逆天‘神器’万能手表一飞冲天而起,他志不在黑道,黑道霸主是他的小弟,他志在风流逍遥天下,华夏四大美女是他必须征服的对象…………",
                        "channel": "vip",
                        "free_time": 0,
                        "cate_id": 12,
                        "novel_status": 0,
                        "grant_status": 0,
                        "word_num": 6398,
                        "reward_num": 0,
                        "flower_num": 0,
                        "read_num": 5,
                        "collection_num": 0,
                        "popularity_num": 0,
                        "is_recommend": 1,
                        "week_recommend": 0,
                        "boutique_recommend": 0,
                        "strong_recommend": 0,
                        "audit_status": 1,
                        "audit_remark": "",
                        "create_at": "2020-03-23 13:59:51",
                        "update_at": 1591856004,
                        "novel_all_word_num": "0.00",
                        "chapter_charge_start": 0,
                        "chapter_charge_price": 0
                    }
                },
                {
                    "id": 3,
                    "uid": 6,
                    "novel_id": 7,
                    "seen_chapter_id": 36,
                    "prev_chapter_id": 0,
                    "next_chapter_id": 36,
                    "seen_chapter_num": 5,
                    "all_chapter_num": 5,
                    "update_status": 0,
                    "is_add": 1,
                    "create_at": "2020-04-09 23:14:15",
                    "update_at": 1586448591,
                    "novel": {
                        "id": 7,
                        "uid": 2,
                        "studio_id": 1,
                        "novel_name": "吾本为狂",
                        "novel_tig": "都市,异能,爽文",
                        "vice_title": "吾本为狂",
                        "cover": "http://127.0.0.1:8000/uploads/novel/2020-03-23/5e7852814abd1.jpg",
                        "describe": "十二年前,一道绿光从天而降,王晓的命运就此改变。云中君、湘夫人、绝色仙狐、北斗长老,神话人物纷至沓来,作为刚觉醒的异能者,他能适应昆仑和瑶池的生活吗?紫金山、山海苑、蓬莱岛,为了新人赛的资格,华夏势力粉墨登场;英俄意美印日德,能人辈出,群雄逐鹿,他能否扬威异域……",
                        "channel": "free",
                        "free_time": 0,
                        "cate_id": 23,
                        "novel_status": 1,
                        "grant_status": 0,
                        "word_num": 11765,
                        "reward_num": 0,
                        "flower_num": 0,
                        "read_num": 4,
                        "collection_num": 0,
                        "popularity_num": 0,
                        "is_recommend": 1,
                        "week_recommend": 0,
                        "boutique_recommend": 0,
                        "strong_recommend": 0,
                        "audit_status": 1,
                        "audit_remark": "",
                        "create_at": "2020-03-23 14:09:05",
                        "update_at": 1591856004,
                        "novel_all_word_num": "0.00",
                        "chapter_charge_start": 0,
                        "chapter_charge_price": 0
                    }
                },
                {
                    "id": 4,
                    "uid": 6,
                    "novel_id": 1,
                    "seen_chapter_id": 6,
                    "prev_chapter_id": 0,
                    "next_chapter_id": 6,
                    "seen_chapter_num": 6,
                    "all_chapter_num": 6,
                    "update_status": 0,
                    "is_add": 1,
                    "create_at": "2020-04-09 23:40:22",
                    "update_at": 1586446822,
                    "novel": {
                        "id": 1,
                        "uid": 2,
                        "studio_id": 1,
                        "novel_name": "丑妃倾天下",
                        "novel_tig": "古言,虐恋,后宫",
                        "vice_title": "丑妃倾天下",
                        "cover": "http://127.0.0.1:8000/uploads/novel/2020-03-23/5e7816081ac05.jpg",
                        "describe": "天啊,难道我真的穿越了?还是穿回到了古代? 这是哪个朝代?是我熟悉的历史吗?啊啊啊,好像我历史不是很好哎,怎么办?如果上天再给我重来一次的机会,我肯定好好学习历史。时间流逝,没有人知道未来的发展历程,孙大美女虽然穿越来的,但不可能掌握未来,那么她将用十足的智谋……",
                        "channel": "free",
                        "free_time": 0,
                        "cate_id": 6,
                        "novel_status": 1,
                        "grant_status": 0,
                        "word_num": 14012,
                        "reward_num": 20,
                        "flower_num": 20,
                        "read_num": 2,
                        "collection_num": 0,
                        "popularity_num": 0,
                        "is_recommend": 1,
                        "week_recommend": 0,
                        "boutique_recommend": 0,
                        "strong_recommend": 0,
                        "audit_status": 1,
                        "audit_remark": "",
                        "create_at": "2020-02-23 09:51:04",
                        "update_at": 1591856004,
                        "novel_all_word_num": "0.00",
                        "chapter_charge_start": 0,
                        "chapter_charge_price": 0
                    }
                },
                {
                    "id": 5,
                    "uid": 6,
                    "novel_id": 2,
                    "seen_chapter_id": 7,
                    "prev_chapter_id": 0,
                    "next_chapter_id": 8,
                    "seen_chapter_num": 1,
                    "all_chapter_num": 5,
                    "update_status": 0,
                    "is_add": 1,
                    "create_at": "2020-04-10 00:22:47",
                    "update_at": 1586449402,
                    "novel": {
                        "id": 2,
                        "uid": 2,
                        "studio_id": 1,
                        "novel_name": "凤凰东南飞",
                        "novel_tig": "古言,虐恋,后宫",
                        "vice_title": "凤凰东南飞",
                        "cover": "http://127.0.0.1:8000/uploads/novel/2020-03-23/5e784b8fb14ac.jpg",
                        "describe": "但是不同于身为一国之君的妹妹,他只是一件战败国送来求和的礼物。然而,就是这件礼物,让秦王苏愍沉沦其中,无法自拔,一生一世,矢志不渝。……",
                        "channel": "vip",
                        "free_time": 1586448000,
                        "cate_id": 17,
                        "novel_status": 1,
                        "grant_status": 0,
                        "word_num": 16743,
                        "reward_num": 0,
                        "flower_num": 0,
                        "read_num": 1,
                        "collection_num": 0,
                        "popularity_num": 0,
                        "is_recommend": 1,
                        "week_recommend": 0,
                        "boutique_recommend": 0,
                        "strong_recommend": 0,
                        "audit_status": 1,
                        "audit_remark": "",
                        "create_at": "2020-02-23 13:39:27",
                        "update_at": 1591856004,
                        "novel_all_word_num": "0.00",
                        "chapter_charge_start": 0,
                        "chapter_charge_price": 0
                    }
                },
                {
                    "id": 6,
                    "uid": 6,
                    "novel_id": 12,
                    "seen_chapter_id": 57,
                    "prev_chapter_id": 0,
                    "next_chapter_id": 58,
                    "seen_chapter_num": 1,
                    "all_chapter_num": 5,
                    "update_status": 0,
                    "is_add": 1,
                    "create_at": "2020-04-16 13:59:00",
                    "update_at": 1587016740,
                    "novel": {
                        "id": 12,
                        "uid": 2,
                        "studio_id": 1,
                        "novel_name": "浴凰掌天:凤戏天下",
                        "novel_tig": "古代言情",
                        "vice_title": "浴凰掌天:凤戏天下",
                        "cover": "http://127.0.0.1:8000/uploads/novel/2020-03-23/5e785a0994b59.jpg",
                        "describe": "她,二十一世纪金牌杀手,在上万人之中杀出一条血路,手上沾满鲜血,招招出击,绝无失手,却惨死北极冰原。  她,自混沌而生的混沌精灵,与她一母同胞,以己之身做容器,承担她伴随无尽之痛的强大之力。  一朝魂穿千年。  三个……",
                        "channel": "free",
                        "free_time": 0,
                        "cate_id": 4,
                        "novel_status": 0,
                        "grant_status": 0,
                        "word_num": 18787,
                        "reward_num": 0,
                        "flower_num": 0,
                        "read_num": 0,
                        "collection_num": 1,
                        "popularity_num": 0,
                        "is_recommend": 1,
                        "week_recommend": 0,
                        "boutique_recommend": 0,
                        "strong_recommend": 0,
                        "audit_status": 1,
                        "audit_remark": "",
                        "create_at": "2020-03-23 14:41:14",
                        "update_at": 1591875037,
                        "novel_all_word_num": "1000.00",
                        "chapter_charge_start": 0,
                        "chapter_charge_price": 0
                    }
                }
            ],
            "first_page_url": "http://127.0.0.1:8000/module/novel/readerHomeIndex?page=1",
            "from": 1,
            "last_page": 1,
            "last_page_url": "http://127.0.0.1:8000/module/novel/readerHomeIndex?page=1",
            "next_page_url": null,
            "path": "http://127.0.0.1:8000/module/novel/readerHomeIndex",
            "per_page": 15,
            "prev_page_url": null,
            "to": 6,
            "total": 6
        }
    }
}

错误时返回:

备注:

文档更新时间: 2023-09-08 16:54   作者:nianwang