*Interface address:
- Domain name / V1 / very / gameurl
*Request parameters:
| Field name | type | length | Mandatory | Explain |
|---|---|---|---|---|
| Sign_key | String | 32 | yes | Encrypted signature |
| Code | String | 32 | yes | md5(sign_key+api_account) |
*Response parameters
| Field name | type | Explain |
|---|---|---|
| StatusCode | String | Success.01: success; other failures; |
| Message | String | Information corresponding to code |
| Data | String | Return to link information |
*Return data content
{
"statusCode": "01","data": { //获取游戏链接地址后 使用base64解密 "game_url": "aHR0cHM6Ly9nYW1lLnNoYW8zNjAuY29tLw==" },"message": "成功" }
