* Request address: /api/server/gameCode
* Request protocol: POST
* Request description: Requests cannot exceed 30 times per hour
| Field name | type | Must-choose | illustrate |
|---|---|---|---|
| platType | string | yes | The game platform currently supports: ag, as, bbin, bg, boya, cq9, db2, db6, db7, fc, fg, jdb, jdb, km, ky, leg, lgd, mg, mt, mw, nw, pg, pp, pt, rsg, t1, vg, wl, ww, xgd, yoo |
* Return to example:
{
"code": 10000, // Status code, 10000 Success, Other failures
"msg": "Request succeeded", // Return information
"data": [
{
"platType": "ag", // Game platform
"gameType": "2", // Game type, 1: Video, 2: Slot, 3: Lottery, 4: Sports, 5: E-sports, 6: Hunting, 7: Chess and Cards
"gameCode": "xxxxxxxxxx", // Game Code
"ingress": "3", // Support terminal types, 1: computer web page, 2: mobile web page, 3: computer/mobile web page
"gameName": {
"zh-hans": "Simplified Chinese",
"zh-hant": "Traditional Chinese",
"en": "English",
"ja": "Japanese",
"ko": "Korean",
"th": "Thai",
"vi": "Vietnamese",
"id": "Indonesian",
"hi": "Hindi",
"ms": "Malay",
"es": "Spanish",
"pt": "Portuguese"
}
},
{
"platType": "ag", // Game platform
"gameType": "6", // Game type, 1: Video, 2: Slot, 3: Lottery, 4: Sports, 5: Esports, 6: Hunting, 7: Chess and Cards
"gameCode": "xxxxxxxxxx", // Game Code
"ingress": "3", // Support terminal types, 1: computer web page, 2: mobile web page, 3: computer/mobile web page
"gameName": {
"zh-hans": "Simplified Chinese",
"en": "English"
}
}
]
}