|
@ -23,7 +23,7 @@ func (t *LotteryCtl) UserLotteries() { |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (t *LotteryCtl) CashLotteries() { |
|
|
|
|
|
|
|
|
func (t *LotteryCtl) CashLottery() { |
|
|
uid := t.MustGetUID() |
|
|
uid := t.MustGetUID() |
|
|
prizeId := t.MustGetInt64("prize_id") |
|
|
prizeId := t.MustGetInt64("prize_id") |
|
|
name := t.MustGet("name") |
|
|
name := t.MustGet("name") |
|
|