查询报表
POST
/user/report
接口描述
当前用户下注列表,每页20条数据
请求参数
参数名
类型
描述
必填
token
string
token
必填
startDate
date
查询起始时间
必填
endDate
date
查询结束时间
必填
page
int
分页 默认第1页
必填
响应参数
参数名
类型
描述
必填
code
int
1 成功 0失败
必填
msg
string
消息提示
必填
time
int
响应时间(时间戳)
必填
totalAmounts
decimal
总投注额
必填
totalPayouts
decimal
总兑奖额
必填
pendingPayouts
decimal
未兑付额
必填
created
date
下注时间
必填
tickeNumber
string
订单号
必填
source
string
来源
必填
betAmount
decimal
下注金额
必填
possibleWinning
decimal
可能赢钱
必填
betStatus
string
订单状态
必填
paidDate
date
支付时间
必填
paidAmount
decimal
支付金额
必填
madeBy
string
创建者
必填
payedBy
string
支付者
必填
totalRecords
int
总数量
必填
pageLimit
int
每页限制显示数
必填