User Tools

Site Tools


create-player-v2

Create player account V2

* Endpoint: /api/server/create

* Method: POST

* Request parameters:

Field Type Required Description
platType string YesPlatform code. Refer to the game-platform appendix for supported provider identifiers.
playerId stringYesPlayer account ID. The original rule requires a 5-11 character combination of lowercase letters and numbers.
currencystringYesCurrency 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki