en:登录游戏v2
Game Login V2
Request URL: /api/server/gameUrl
Request Protocol: POST
Request Parameters:
| Field Name | Type | Required | Description |
|---|---|---|---|
| platType | string | Yes | Game platform (refer to “Game Platform” appendix) |
| playerId | string | Yes | Player account |
| gameType | string | Yes | Game type (1:Live Casino, 2:Slots, 3:Lottery, 4:Sports, 5:eSports, 6:Fishing, 7:Card Games) |
| currency | string | Yes | Currency code BRL:Brazilian Real,CNY:Chinese Yuan,HKD:Hong Kong Dollar,IDR:Indonesian Rupiah,INR:Indian Rupee,MMK:Myanmar Kyat,NGN:Nigerian Naira,PHP:Philippine Peso,THB:Thai Baht,USD:US Dollar,VND:Vietnamese Dong |
| lang | string | No | Game language, default Simplified Chinese (refer to “Game Language” appendix) |
| gameCode | string | No | Game code, default game lobby (refer to “Game Platform” appendix) |
| returnUrl | string | No | Redirect URL when exiting the game, example: “https://www.neapi.com“ |
| ingress | string | Yes | Terminal type, device1:PC web version, device2:Mobile web version (other specific terminals please refer to “Game Platform” appendix) |
| oddsType | string | No | Lottery odds type, A:(default), B, C, only available for IG Lottery and SGWin Lottery |
Response Example:
{
"code": 10000, // Status code
"msg": "request succeeded", // Message
"data": {
"url":"www.xxxxx.com" // Game URL
}
}
en/登录游戏v2.txt · 最后更改: 2025/02/07 23:35 (外部编辑)