获取分类下的书籍列表
GET
http://book.talers.xyz/lists?id=1
请求参数
参数名
类型
描述
必填
id
int
分类id
必填
page
int
页码
必填
per_page
int
页码数量
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:请求成功
必填
current_page
int
示例:1 当前页码
必填
id
int
示例:14764
必填
name
string
示例:万古之王
必填
author
string
示例:快餐店
必填
cid
int
示例:1
必填
browse
int
示例:1633
必填
status
int
示例:1
必填
create_time
int
示例:1601121961
必填
cover_path
string
示例:http://jic.talers.xyz/novel/images/cover.png
必填
first_page_url
string
示例:http://book.talers.xyz/lists?id=1&page=1
必填
from
int
示例:1
必填
last_page
int
示例:1029 最后页码
必填
last_page_url
string
示例:http://book.talers.xyz/lists?id=1&page=1029
必填
next_page_url
string
示例:http://book.talers.xyz/lists?id=1&page=2
必填
path
string
示例:http://book.talers.xyz/lists
必填
per_page
string
示例:2 页码数量
必填
prev_page_url
object
示例:null
必填
to
int
示例:2
必填
total
int
示例:2058 总数据量
必填