获取书籍全部评论
POST
https://b.mysread.com/api6.php?language=zh-Hant
请求参数
参数名
类型
描述
必填
ac
String
固定值【"getBookIndexComments"】
必填
bookId
String
书籍id
必填
page
int
页数
必填
响应参数
参数名
类型
描述
必填
code
string
示例:0
必填
sql
string
示例:select a.id,a.uid,a.nicheng,a.bookId,a.content,a.insert_time,b.id uid,b.jf,b.nicheng,b.mobile,b.pic headerPic,b.titlePic from comment a left join hy b on a.uid=b.id where a.status=1 and a.pid=0 and a.bookId=31408 order by a.indextj desc,a.id desc limit 0,10
必填
id
string
示例:55070
必填
uid
string
示例:151583
必填
nicheng
string
示例:珊珊
必填
bookId
string
示例:31408
必填
content
string
示例:作者還有出新書嗎^_^你的書是我看過最好看的^_^
必填
insert_time
string
示例:2020-12-12 03:20:16
必填
jf
string
示例:40010
必填
mobile
string
示例:life.fubon0221@gmail
必填
headerPic
object
示例:null
必填
titlePic
object
示例:null
必填
vip
string
示例:3
必填
page
string
示例:1
必填
pages
int
示例:124
必填
msg
string
示例:成功了
必填
status
boolean
示例:true
必填