请求方式:Get
地址: http://1.kjyy.sinaapp.com/api/1.0/account/library.php
请求示例:http://1.kjyy.sinaapp.com/api/1.0/account/library.php?
count=20&count=1&request=oracle
参数名 说明
count 单页返回的数量,默认为20
page 返回结果的页码,默认是1
request 请求的书籍名
返回格式:
成功:
{
"code":200,
"msg":"请求成功”,
“count”:"请求到的数量",
“current_page”:1,//当前所在页
"all_page":20,//总页数
“objList”[
{
"name" :" ",//书名
“author”:" ",//作者
”publish":" ",//出版社
“location”:“ ”,//地点
},{...}
]
}
网友评论