*Interface address:
- Domain name / V1 / user / trans
*Note: Kaiyuan chess and cards / Meitian chess and cards / Leyou chess and cards / PG electronic cannot transfer the quota in the game
*Very important: the quota conversion request timeout must be set to be greater than 30 seconds.
*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 |
Plat_type | String | 32 | yes | Platform type (see Appendix platform type) |
Money | Int | 10 | yes | Transfer amount (negative indicates transfer out from platform, positive indicates transfer in), decimal is not supported |
client_transfer_id | String | 64 | yes | The order number of the conversion quota cannot exceed 64 bits. The uniqueness shall be guaranteed when the merchant platform transmits it |
Code | String | 32 | yes | md5(sign_key+api_account+username+plat_type+money+client_transfer_id) |
*Response parameters
Field name | type | Explain |
---|---|---|
StatusCode | String | Success.01: success; other failures; |
Message | String | Information corresponding to code |
Data | String | balance |
*Return data content
{
"statusCode": "01",
}
comment0