修仙 API背包
POST
/business/xiuxian/inventory/reject_gift拒绝指定的赠予物品。
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/reject_gift" \ -H "Content-Type: application/json" \ -d '{ "gift_id": 0 }'{ "code": 0, "message": "拒绝赠予成功", "data": null, "time": 1779502528}