修仙 API背包
POST
/business/xiuxian/inventory/retrieve_item从储物戒中取出指定物品。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/business/xiuxian/inventory/retrieve_item" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "count": 0 }'{ "code": 0, "message": "取出物品成功", "data": { "profile": { "user_id": "b1_p1" }, "result": {} }, "time": 1779502528}