简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2020-06-11 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 否 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"status": 200,
"msg": "success",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"uid": 17,
"novel_id": 1,
"object_uid": 2,
"content": "好看呀",
"pid": 0,
"to_comment_id": 0,
"to_user_id": 0,
"read_status": 0,
"created_at": "2020-06-11 18:16:47",
"updated_at": "2020-06-11 18:16:47",
"novel": {
"id": 1,
"uid": 2,
"studio_id": 1,
"novel_name": "丑妃倾天下",
"novel_tig": "古言,虐恋,后宫",
"vice_title": "丑妃倾天下",
"cover": "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",
"novel_all_price": "0.00",
"chapter_charge_start": 0,
"chapter_charge_price": 0
}
}
],
"first_page_url": "http://127.0.0.1:8000/module/novel/getMyComments?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/module/novel/getMyComments?page=1",
"next_page_url": null,
"path": "http://127.0.0.1:8000/module/novel/getMyComments",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
错误时返回:
备注:
- 无
作者:nianwang 创建时间:2020-06-11 18:29
更新时间:2025-05-24 17:35
更新时间:2025-05-24 17:35