Get the game list visitor domain name

* Interface address: * Domain name/v1/very/gameurl

* Request parameters:

Field name type length Must-choose illustrate
sign_key string 32 yesEncrypted signature
code string 32 yesmd5(sign_key+api_account)

* Response parameters

Field name type illustrate
statusCode string Whether it is successful. 01:Success; Other failures;
message string Information corresponding to code
data string Return to link information

* Return data content

{

"statusCode": "01",
"data": {

After obtaining the game link address, use base64 to decrypt “game_url”: “aHR0cHM6Ly9nYW1lLnNoYW8zNjAuY29tLw==” }, “message”: “Success” }