文档
测试

获取图书借阅排行榜

POST
https://syapi.shsyzn.com.cn/book/GetBorrowBookRanking

请求头

参数名
类型
描述
必填
token
string
token
必填
code
string
单位编码
必填

请求参数

参数名
类型
描述
必填
Page
int
当前页码
必填
Rows
int
每页显示数量
必填
StartTime
datetime
开始时间 时间格式:yyyy-MM-dd HH:mm:ss
必填
EndTime
datetime
结束时间
必填
SearchKey
string
检索关键字 只根据书名搜索
可选

响应参数

参数名
类型
描述
必填
errorcode
int
错误编码
必填
errormsg
string
错误信息
必填
operatetime
datetime
操作时间
必填
iserror
bool
是否发生错误
必填
data
object
返回数据对象
必填
Count
int
检索数据总数
必填
List
array
返回数据集合
必填
ItemBarcode
string
图书条码
必填
ItemImg
string
图书封面图片
必填
ItemName
string
图书名称
必填
ItemISBN
string
图书ISBN
必填
ItemDesigner
string
作者
必填
ItemProducer
string
出版社
必填
ItemProductionDate
string
出版日期
必填
Num
int
外借量
必填