以名字搜尋用戶帳號
Developing
POST
/e/manage/searchAccountByName
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/e/manage/searchAccountByName?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "player",
"page": 1,
"countPerPage": 20,
"name": "YZG_Player01"
}'
Response Response Example
{}
Request
Query Params
token
string
optional
Body Params application/json
Responses
Modified at 2025-04-28 08:31:28