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

卸下指定槽位的装备。

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/unequip" \  -H "Content-Type: application/json" \  -d '{    "slot": "string"  }'
{  "code": 0,  "message": "卸下装备成功",  "data": {    "user_id": "b1_p1"  },  "time": 1779502528}