文档
测试

我的评论列表

POST
https://b.mysread.com/api6.php?language=zh-Hant

请求参数

参数名
类型
描述
必填
ac
String
固定值【"getUsrCommentList"】
必填
uid
String
用户id
必填
page
int
页数
必填

响应参数

参数名
类型
描述
必填
code
string
示例:0
必填
data
object
数据字典
必填
commentNum
string
示例:2
必填
commentList
array
数据列表
必填
id
string
示例:26199
必填
nicheng
string
示例:满城尽带黄金甲
必填
bookId
string
示例:129504
必填
content
string
示例:不错不错
必填
insert_time
string
示例:2019-01-23 19:47:29
必填
pid
string
示例:0
必填
usr
object
数据字典
必填
id
string
示例:130606
必填
mobile
string
示例:18170669757
必填
nicheng
string
示例:asdf
必填
headerPic
string
示例:https://b.mysread.com/upload/header/130606_20181119182505.jpg
必填
jf
string
示例:6040
必填
titlePic
object
示例:null
必填
reward500
boolean
示例:true
必填
frontId
string
示例:606013
必填
vip
string
示例:1
必填
is365
boolean
示例:false
必填
rq365
boolean
示例:false
必填
canGet365
boolean
示例:false
必填
signIn_status
boolean
示例:false
必填
dailyTask
object
数据字典
必填
benefit1
int
示例:1
必填
benefit2
int
示例:1
必填
benefit3
string
示例:1
必填
benefit4
string
示例:0
必填
benefit5
string
示例:0
必填
benefit6
string
示例:1
必填
benefit7
string
示例:0
必填
page
string
示例:1
必填
pages
int
示例:1
必填
msg
string
示例:成功了
必填
status
boolean
示例:true
必填

说明 / 示例

{ "code": "0", "data": { "commentNum": "2", "commentList": [ { "id": "26199", "nicheng": "满城尽带黄金甲", "bookId": "129504", "content": "不错不错", "insert_time": "2019-01-23 19:47:29", "pid": "0", "usr": { "id": "130606", "mobile": "18170669757", "nicheng": "asdf", "headerPic": "https://b.mysread.com/upload/header/130606_20181119182505.jpg", "jf": "6040", "titlePic": null, "reward500": true, "frontId": "606013", "vip": "1", "is365": false, "rq365": false, "canGet365": false, "signIn_status": false, "dailyTask": { "benefit1": 1, "benefit2": 1, "benefit3": "1", "benefit4": "0", "benefit5": "0", "benefit6": "1", "benefit7": "0" } } }, { "id": "22049", "nicheng": "浪淘沙", "bookId": "46990", "content": "加油!!!", "insert_time": "2018-11-20 14:38:48", "pid": "0", "usr": { "id": "130606", "mobile": "18170669757", "nicheng": "asdf", "headerPic": "https://b.mysread.com/upload/header/130606_20181119182505.jpg", "jf": "6040", "titlePic": null, "reward500": true, "frontId": "606013", "vip": "1", "is365": false, "rq365": false, "canGet365": false, "signIn_status": false, "dailyTask": { "benefit1": 1, "benefit2": 1, "benefit3": "1", "benefit4": "0", "benefit5": "0", "benefit6": "1", "benefit7": "0" } } } ] }, "page": "1", "pages": 1, "msg": "成功了", "status": true }