* Request address: /api/server/demoUrl
* Request protocol: POST
* Request parameters:
| Field name | type | Must-choose | illustrate |
|---|---|---|---|
| platType | string | yes | Game Platform (refer to the appendix of “Game Platform”) |
| playerId | string | yes | Try the player account |
| gameType | string | yes | |
| currency | string | yes | Currency code, CNY: RMB, USD: USD, HKD: Hong Kong dollar, PHP: Philippine peso |
| lang | string | no | Game language, default simplified Chinese (refer to the appendix of “Game Language”) |
| gameCode | string | no | Game code, default game hall (refer to the appendix of “Game Code”) |
| returnUrl | string | no | The address jumps when the game exits, example: “https://www.neapi.com“ |
| ingress | string | yes | Terminal type, device1: computer web version, device2: mobile web version (for other specific terminals, please refer to the appendix of “Terminal Type”) |
* Return to example:
{ “code”: 10000, Status code “msg”: “request succeeded”, Message
"data": {
“url”:“www.xxxxx.com” Trial link } }