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

按分类批量取出储物戒中的物品。

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_all" \  -H "Content-Type: application/json" \  -d '{    "category": "string"  }'
{  "code": 0,  "message": "批量取出成功",  "data": {    "profile": {      "user_id": "b1_p1"    },    "result": {}  },  "time": 1779502528}