Skip to content

类型: ActivityStage

属性

ends_at

ends_at: number

阶段结束时间

act-hooks/types.ts


extension

Optional extension: object

扩展配置

act-hooks/types.ts


id

id: string

act-hooks/types.ts


isFinished

isFinished: boolean

场次已结束

act-hooks/types.ts


isLotteryDrawn

isLotteryDrawn: boolean

已达到场次的开奖时间

act-hooks/types.ts


isLotteryPending

isLotteryPending: boolean

未达到场次的开奖时间

act-hooks/types.ts


isOngoing

isOngoing: boolean

场次进行中

act-hooks/types.ts


isPending

isPending: boolean

场次未开始

act-hooks/types.ts


lottery_type

lottery_type: LotteryType

act-hooks/types.ts


personal_chance_limit

Optional personal_chance_limit: number

阶段个人抽奖机会上限

act-hooks/types.ts


personal_win_limit

Optional personal_win_limit: number

阶段个人中奖上限

act-hooks/types.ts


prizes

prizes: ActivityPrize[]

奖品列表

act-hooks/types.ts


starts_at

starts_at: number

阶段开始时间

act-hooks/types.ts


status

status: ActivityStageStatus

阶段状态

act-hooks/types.ts


timing_lottery_draw_at

Optional timing_lottery_draw_at: number

阶段开奖时间

act-hooks/types.ts