create-player-v2
Create player account V2
* Endpoint: /api/server/create
* Method: POST
* Request parameters:
| Field | Type | Required | Description |
|---|---|---|---|
| platType | string | Yes | Platform code. Refer to the game-platform appendix for supported provider identifiers. |
| playerId | string | Yes | Player account ID. The original rule requires a 5-11 character combination of lowercase letters and numbers. |
| currency | string | Yes | Currency code. Supported values include BRL, CNY, HKD, IDR, INR, MMK, NGN, PHP, THB, USD, and VND. |
*Response example:
{
"code": 10000, // Status code "msg": "request succeeded", // Message "data": null
}
create-player-v2.txt · Last modified: 2025/02/07 23:34 by admin