文档
测试

查询学校/部门内的图书借阅量排行

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

请求头

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

请求参数

参数名
类型
描述
必填
Department
string
部门名称
可选
StartTime
string
开始时间
可选
EndTime
string
结束时间
可选
Page
int
页数
必填
Rows
int
条数
必填

响应参数

参数名
类型
描述
必填
errorcode
int
错误编码
必填
errormsg
object
错误信息
必填
operatetime
string
操作时间
必填
iserror
boolean
是否发生错误
必填
data
object
数据字典
必填
Count
int
中条数
必填
List
array
数据列表
必填
ItemID
int
书目ID
必填
ItemName
string
题名
必填
ItemBarcode
string
条码号
必填
ItemISBN
string
ISBN
必填
ItemType
string
类型:图书
必填
Num
int
图书借阅次数
必填
Ranking
int
排名
必填

说明 / 示例

{ "data": { "Count": 457, "List": [ { "ItemID": 331259, "ItemName": "觅骨寻踪", "ItemBarcode": "200886589", "ItemISBN": "9787221091833", "ItemType": "图书", "Num": 343, "Ranking": 1 }, { "ItemID": 330904, "ItemName": "中外发明发现故事", "ItemBarcode": "120220003062", "ItemISBN": "9787806397886", "ItemType": "图书", "Num": 341, "Ranking": 2 }, { "ItemID": 331115, "ItemName": "桥上的卓艾", "ItemBarcode": "200885032", "ItemISBN": "9787806541845", "ItemType": "图书", "Num": 327, "Ranking": 3 }, { "ItemID": 331004, "ItemName": "勤劳节俭故事", "ItemBarcode": "200883342", "ItemISBN": "9787532602797", "ItemType": "图书", "Num": 313, "Ranking": 4 }, { "ItemID": 330877, "ItemName": "做最好的自己", "ItemBarcode": "200882833", "ItemISBN": "9787538583540", "ItemType": "图书", "Num": 311, "Ranking": 5 } ] }, "errorcode": 0, "errormsg": null, "operatetime": "2022/02/16 15:47:07", "iserror": false }