文档
测试

获取进出馆数据清单

GET
https://syapi.shsyzn.com.cn/Book/GetReadingRecordList

请求头

参数名
类型
描述
必填
token
string
token
必填
code
string
客户编码
必填

请求参数

参数名
类型
描述
必填
StartTime
datetime
开始时间
必填
EndTime
datetime
结束时间
必填

响应参数

参数名
类型
描述
必填
errorcode
int
错误编码
必填
errormsg
string
错误信息
必填
operatetime
datetime
操作时间
必填
iserror
bool
是否发生错误
必填
data
object
数据字典
必填
In
int
进馆次数
必填
Out
int
出馆次数
必填
List
array
数据清单
必填
ID
int
id
必填
ActivitiesType
string
类型“进馆”|“出馆”
必填
AttendTime
datetime
进出馆时间
必填
ReaderNum
int
进出馆次数
必填