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

获取待接收的赠予物品列表。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/inventory/get_pending_gifts"
{  "code": 0,  "message": "获取待接收赠予成功",  "data": [    {      "gift_id": 1,      "sender_name": "剑仙",      "item_name": "回灵丹",      "count": 3    }  ],  "time": 1779502528}