|
|
|
|
@ -553,7 +553,7 @@ func ActivityFreeSpinInfo(c *gin.Context) { |
|
|
|
|
resp.Count = common.DefaultFreeSpinNum |
|
|
|
|
} |
|
|
|
|
if resp.Count > 0 { |
|
|
|
|
call.PushRed(a.UID, pb.RedPointModule_RedPointSign, 1) |
|
|
|
|
// call.PushRed(a.UID, pb.RedPointModule_RedPointSign, 1)
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -1250,7 +1250,7 @@ func ActivitySignNewDraw(c *gin.Context) { |
|
|
|
|
Type: common.CurrencyINR, |
|
|
|
|
ChannelID: a.Channel, |
|
|
|
|
Value: reward, |
|
|
|
|
Event: common.CurrencyEventActivitySign, |
|
|
|
|
Event: common.CurrencyEventActivityBetDraw, |
|
|
|
|
NeedBet: call.GetConfigCurrencyResourceNeedBet(common.CurrencyResourceBonus, reward), |
|
|
|
|
}, |
|
|
|
|
}) |
|
|
|
|
|