*Interface address:
- Domain name / V1 / user / all balance
*Request parameters:
| Field name | type | length | Mandatory | Explain |
|---|---|---|---|---|
| Username | String | 5-11 | yes | Member name, no prefix required |
| Sign_key | String | 32 | yes | Encrypted signature |
| Code | String | 32 | yes | md5(sign_key+api_account+username) |
*Response parameters
| Field name | type | Explain |
|---|---|---|
| StatusCode | String | Success.01: success; other failures; |
| Message | String | Information corresponding to code |
| Data | String | Balance of game platforms played by members |
*Return data content
{
"statusCode": "01",
}
