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

获取当前角色持有的丹药列表。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/inventory/get_pills"
{  "code": 0,  "message": "获取丹药背包成功",  "data": [    {      "name": "回灵丹",      "count": 5    }  ],  "time": 1779502528}