跳转到主要内容
GET
红包 - 领取记录

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

id
string
必填

红包标识

查询参数

cursor
string

分页游标

limit
integer<int64>

每页结果数量

direction
enum<string>
默认值:next

分页方向 Pagination direction

可用选项:
next,
prev

响应

200 - application/json

成功响应

Paginated red packet claims response

hasNextPage
boolean
必填

是否有下一页

records
object[]
必填

红包领取记录列表

total
integer<int64>
必填

领取总数

endCursor
string | null

当前页结束游标

startCursor
string | null

当前页起始游标