修仙 API
直接使用储物戒中的物品。
请求地址
/business/xiuxian/inventory/use_storagenamestring是物品名称。countnumber是使用数量。data.profileobject使用后的角色信息。data.resultobject使用结果详情。1curl -X POST "https://api.dibinos.cn/business/xiuxian/inventory/use_storage" \2-H "Authorization: Bearer ACCESS_TOKEN" \3-H "Content-Type: application/json" \4-d '{"name":"回灵丹","count":1}'1{2 "code": 0,3 "message": "使用物品成功",4 "data": {5 "profile": { "user_id": "b1_p1" },6 "result": {}7 },8 "time": 17795025289}