@ -500,6 +500,7 @@ type LuckyData struct {
LastSpinTime int64
SpinNum int
NextSpinTIme int64
Type int
}
type SpinInfo map[int]*LuckyData
@ -1891,6 +1891,7 @@ func ActivityBetDrawInfo(c *gin.Context) {
resp.SpinInfo = append(resp.SpinInfo, &common.LuckyData{
SpinNum: spinInfo.SpinNum,
NextSpinTIme: spinInfo.NextSpinTIme,
Type: typ,
})
if update && a.UID > 0 {