获取游戏列表
获取游戏列表在线调试
Query parameters
trace_idstringRequiredExample:
randomly generated serial number
e3pc06yk2qrk
Header parameters
signstringRequiredExample:
digital signature
e6187fe961219eafd4544ec619bae55a
Body
appidstringOptionalExample:
get the list of games with appid 1025
1025
Responses
200
Successful operation
application/json
post
POST /api/game/loadlist HTTP/1.1
Host: login.sprintsguys.com
sign: e6187fe961219eafd4544ec619bae55a
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"appid": "1025"
}
200
Successful operation
{
"code": 1,
"msg": "success",
"data": {
"glist": [
{
"gameid": "1025",
"name": "Plinko",
"platform": "1",
"gametype": 2000001,
"status": 1
}
]
}
}
Last updated