查看交互版接口文档

获取游戏记录

POST /ley/gamerecord

请求参数Body

字段类型必填说明
start_atint开始时间,10位unix时间戳,截至到秒
end_atint结束时间,10位unix时间戳,截至到秒
accountstring商户号
api_keystring商户密钥
currencystring货币代码
usernamestring会员账号,不填写则返回所有会员的记录
api_codestring接口代码,不填写则返回所有接口的记录
statusint状态,不填写则返回所有状态的记录
pageint页码,默认第一页
pageSizeint每页条数,默认500且最大500

响应结果

字段类型必填说明
Codeint业务代码(0成功,其他均为失败)
Messagestring业务信息
Dataarray业务数据