文档
测试

注单拉取

POST
QueryBetRecordList

请求参数

参数名
类型
描述
必填
Host
string
请求域名
必填
GameTypeEnum
Enum
游戏类型(请使用枚举进行传值: GameTypeEnum.MG)
必填
Md5Key
string
秘钥
必填
AesKey
string
AesKey
必填
MerchantCode
string
商户号
必填
StartTime
Long
开始时间(13位时间戳,不生效)
必填
EndTime
Long
结束时间(13位时间戳,不生效)
必填
timestamp
Long
时间(13位时间戳)
必填
PageSize
int
最大拉取条数(不填默认为2000条)
可选
StartingAfter
string
从某个注单开始拉取
可选

响应参数

参数名
类型
描述
必填
Code
int
响应状态码
必填
Message
string
相应消息
必填
Record
json
注单对象
必填
DataSource
string
数据源(来自某个游戏)
必填
Id
string
注单id
必填
CreateAt
Long
投注时间(13位时间戳)
必填
NetAt
Long
结算时间(13位时间戳)
必填
PlayerId
string
玩家账号
必填
DeviceType
int
游戏设备(1:PC 2:H5)
必填
GameTypeId
string
游戏id
必填
GameTypeName
string
游戏名称
必填
Currency
string
币种
必填
BetAmount
decimal
投注金额
必填
PayAmount
decimal
派彩金额
必填
betStatus
注单状态
1: 已结算 2: 已取消
必填
PlayerName
游戏平台方的playId
必填

可能錯誤

|代碼|信息|備註| |-|-|-| |401|权限不足|-| |500|失败/请联系管理员|-| |1500|参数错误|The field Limit must be greater than 0 and less or equal to 20000 (PageSize字段必须大于0 并且小于或者等于 20000)| |9001|发送网络请求失败|發生其他未預期錯誤|