文档
测试

保证金押金日志

GET
http://localhost:8091/admin/auctionLog/getList?current=1&size=10

请求参数

参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
type
int
示例:1(1保证金 2押金)
必填
startTime
开始时间
必填
endTime
结束时间
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
records
array
数据列表
必填
adminName
string
示例:admin
必填
money
int
示例:2000
必填
createTime
string
示例:2022-03-22 16:34:44
必填
logId
int
示例:1
必填
detail
string
示例:xxxxxxxxxxxxxxxx
必填
type
int
示例:1
必填
total
int
示例:4
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填