Skip to content

类型: LotteryChance

属性

created_at

created_at: number

创建时间

act-hooks/types.ts


created_by

created_by: number

抽奖机会的所有者

act-hooks/types.ts


id

id: string

抽奖机会 ID

act-hooks/types.ts


lottery_log_id

Optional lottery_log_id: string

指向该抽奖机会的“去处”,并标记该抽奖机会已被消耗

act-hooks/types.ts


request_snapshot

Optional request_snapshot: object

用户调用接口的 HTTP 请求快照

act-hooks/types.ts


serial_num

serial_num: number

抽奖机会序列号,从 0 开始的自然数

act-hooks/types.ts


stage_id

stage_id: string

该场次的 id

act-hooks/types.ts


updated_at

updated_at: number

更新时间

act-hooks/types.ts


userinfo_snapshot

Optional userinfo_snapshot: object

用户此刻的工会会员信息快照

act-hooks/types.ts