Send a server-generated item to Umi account

Send server-generated item.

POST {{GAME_SERVER_API}}/equipment/system/mint

Request Body

Name
Type
Description

equipmentId*

String

Equipment ID

serverId

String

Game Server id

account*

String

UMI UID

ts*

Int

timestamp

sign*

String

signature

// JSON result
{
    "code":200,
    "data":"",
    "msg":"success"
}

Last updated