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

获取当前角色穿戴的装备信息。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/inventory/get_equipment"
{  "code": 0,  "message": "获取装备信息成功",  "data": {    "weapon": {      "name": "铁剑",      "attack": 10    },    "armor": null  },  "time": 1779502528}