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

获取修仙商店可购买物品列表。

注意事项

  • 公开接口,不需要登录。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

kind?string

物品类型筛选。

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/inventory/get_shop_list"
{  "code": 0,  "message": "获取商店列表成功",  "data": [    {      "name": "回灵丹",      "price": 50,      "kind": "丹药",      "description": "恢复灵力"    }  ],  "time": 1779502528}