latestOpenAPI 3.0.22026-08-10257.9 KB
d1bac847665f
报表及功能
获取注单记录
post/api/v1/merchant/outer/record/GetGameRecordList
Query parameters
trace_idstring required
Example:rkoraiderj3ktvnialqonx3r7sjp5p9t
请求流水号,随机生成
Headers
signstring required
Example:41fe88f8a4f3267fe408eda71c84fc7e
签名
Request body
Example request
{
"app_id": "5",
"uname": "1102787",
"game_id": "98",
"start_time": 1729415773,
"end_time": 1730106973,
"page": 1,
"size": 10
}Response
Successful operation
Example response
{
"code": 1,
"msg": "success",
"total": 10,
"data": [
{
"create_time": 1729847174,
"round_id": 1849739232790847500,
"account": "1555555555",
"account_id": "1102787",
"game_id": "98",
"win": 4,
"enter_money": 79492,
"after_settlement_money": 79492,
"bet": 4,
"id": 1849739232962814000,
"parent_id": 1849739232790847500
}
]
}