Send an item to a player

Send an item to a player

Parameters

Send equipment to a player

POST {{GAME_SERVER_API}}/equipment/user/send

Request Body

Name
Type
Description

equipmentId*

String

Equipment ID

serverId

String

Game Server ID

account*

String

UMI_UID

ts*

Int

timestamp

sign*

String

Sinature

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

Last updated