Trial game V2

* Request address: /api/server/demoUrl

* Request protocol: POST

* Request parameters:

Field name type Must-choose illustrate
platType string yesGame Platform (refer to the appendix of “Game Platform”)
playerId stringyesTry the player account
gameType string yes
currencystringyesCurrency code, CNY: RMB, USD: USD, HKD: Hong Kong dollar, PHP: Philippine peso
lang stringnoGame language, default simplified Chinese (refer to the appendix of “Game Language”)
gameCodestringnoGame code, default game hall (refer to the appendix of “Game Code”)
returnUrlstringnoThe address jumps when the game exits, example: “https://www.neapi.com
ingressstringyesTerminal 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 } }