Number Of Bet Records
Used by merchants to query the number of bet records of players and games
GetGameRecordCount
This API is provided by the MINI.GAME platform and is called by the integrator.
POST
{
BACKEND_URL
}/
api/special/outer/record/GetGameRecordListCount?trace_id=
your
_trace_id
Headers
Parameter
Location
Required
Type
Description
app_id
header
Yes
string
Merchant number
trace_id
url params
Yes
string
unique and randomly generated.
Body
Name
Type
Description
uname
string
User ID, matches the uname
field used for game player verification.
game_id
string
Game ID,If id=0, query all games
start_time
integer
Query Start Time: Timestamp in UTC+0
end_time
integer
Query End Time: Timestamp in UTC+0
Integrator Request Parameter Example
{
"uname": "1004613",
"game_id": "10049",
"start_time": 0,
"end_time": 0
}
MINI.GAME Platform Response Parameter Example
{
"code": 1,
"msg": "success",
"data": 10000
}
Response Example Parameter Descriptions
Return value
Required
Type
Description
code
Yes
integer
Status Code
msg
Yes
string
Prompt message
data
Yes
integer
Number of bet records
Error Code
Last updated