报表及功能接口
报表及功能接口在线调试
Query parameters
trace_idstringRequiredDefault:
请求流水号,随机生成
rkoraiderj3ktvnialqonx3r7sjp5p9tExample: rkoraiderj3ktvnialqonx3r7sjp5p9tHeader parameters
signstringRequiredDefault:
签名
41fe88f8a4f3267fe408eda71c84fc7eExample: 41fe88f8a4f3267fe408eda71c84fc7eBody
app_idstringRequiredExample:
5unamestringRequiredExample:
1102787game_idstringRequiredExample:
98start_timenumberRequiredExample:
1729415773end_timenumberRequiredExample:
1730106973pagenumberRequiredExample:
1sizenumberRequiredExample:
10Responses
200
Successful operation
application/json
post
/api/v1/merchant/outer/record/GetGameRecordListPOST /api/v1/merchant/outer/record/GetGameRecordList?trace_id=rkoraiderj3ktvnialqonx3r7sjp5p9t HTTP/1.1
Host: api-backendtest.omgapi.cc
sign: 41fe88f8a4f3267fe408eda71c84fc7e
Content-Type: application/json
Accept: */*
Content-Length: 112
{
"app_id": "5",
"uname": "1102787",
"game_id": "98",
"start_time": 1729415773,
"end_time": 1730106973,
"page": 1,
"size": 10
}200
Successful operation
{
"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,
"small_game_type": 0,
"parent_id": 1849739232790847500
}
]
}Query parameters
trace_idstringRequiredDefault:
请求流水号,随机生成
bzoyn3hwsfr6pzte4vrsd3sqh3imvkjjExample: bzoyn3hwsfr6pzte4vrsd3sqh3imvkjjHeader parameters
signstringRequiredDefault:
签名
7aaa15385960abd1eacd5a4e28fa6071Example: 7aaa15385960abd1eacd5a4e28fa6071Body
app_idstringRequiredExample:
5unamestringRequiredExample:
1102787,1102607rtpnumberRequiredExample:
9000switchnumberRequiredExample:
2game_idstringRequiredExample:
98,65Responses
200
Successful operation
application/json
post
/api/v1/merchant/outer/rtp/controlPOST /api/v1/merchant/outer/rtp/control?trace_id=bzoyn3hwsfr6pzte4vrsd3sqh3imvkjj HTTP/1.1
Host: api-backendtest.omgapi.cc
sign: 7aaa15385960abd1eacd5a4e28fa6071
Content-Type: application/json
Accept: */*
Content-Length: 80
{
"app_id": "5",
"uname": "1102787,1102607",
"rtp": 9000,
"switch": 2,
"game_id": "98,65"
}200
Successful operation
{
"code": 1,
"msg": "success"
}Last updated