Browse Source

兑奖

master
黄梓健 5 years ago
parent
commit
72657f1690
  1. 2
      controllers/client/lottery.go

2
controllers/client/lottery.go

@ -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")

Loading…
Cancel
Save