en:额度转换v2
Free transfer limit conversion V2
* Request address: /api/server/walletTransfer
* Request protocol: POST
* Request description: *The timeout time of the quota conversion request must be set to be greater than 30 seconds
*When calling the Login game (gameUrl) interface, the walletType must be brought with it and passed the value: 2
* After each transfer to the free transfer wallet, you need to request Login Game (gameUrl) to enter the game before you can bring the free transfer wallet limit to the game.
*Request parameters:
| Field name | type | Must-choose | illustrate |
|---|---|---|---|
| playerId | string | yes | Player account |
| currency | string | yes | Currency code, CNY: RMB, USD: USD, HKD: Hong Kong dollar, PHP: Philippine peso |
| amount | string | yes | Convert amount, supports two decimal places, minimum amount of 1 |
| type | string | yes | Convert type, 1: transfer in, 2: transfer out |
| orderId | string | yes | Order number, 16-32 letters + numbers combination, merchant platform passes over to ensure uniqueness, example: “97460a6f6eaacc7e246a0a4374b64c13” |
*Return to example:
{
"code": 10000, // Status code
"msg": "request succeeded", // Message
"data": {
"balance": 100.00 // Balance
}
}
en/额度转换v2.txt · 最后更改: 2023/10/14 08:18 由 127.0.0.1