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

获取储物戒中的物品列表。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/inventory/get_storage"
{  "code": 0,  "message": "获取储物戒成功",  "data": {    "items": [      {        "name": "灵石矿",        "count": 2      }    ],    "capacity": 20  },  "time": 1779502528}