修仙 API背包
GET
/business/xiuxian/inventory/get_search_item在角色背包中搜索物品。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
keyword*string
搜索关键词。
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/inventory/get_search_item?keyword=string"{ "code": 0, "message": "搜索物品成功", "data": [ { "name": "灵石矿", "count": 2 } ], "time": 1779502528}