D黑奴背锅 文档中心
修仙 API背包
POST/business/xiuxian/inventory/equip

穿戴指定装备到对应槽位。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/inventory/equip" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "code": 0,  "message": "装备成功",  "data": {    "user_id": "b1_p1"  },  "time": 1779502528}