Compare commits

..

2 Commits

Author SHA1 Message Date
tomas f8e8a34780 fix basebet 2024-11-11 11:36:21 +08:00
tomas 872d46a580 fix import 2024-11-11 11:33:45 +08:00
2 changed files with 104 additions and 105 deletions

View File

@ -3,7 +3,7 @@ package storage
import ( import (
"encoding/json" "encoding/json"
"slotspkg/internal/exported/excel2go/base" "mongo.games.com/game/gamesrv/slotspkg/internal/exported/excel2go/base"
"strings" "strings"
) )
@ -636,4 +636,3 @@ func Load(dataMap map[string]string, name string, v interface{}) {
panic(err) panic(err)
} }
} }

View File

@ -58,6 +58,7 @@ type (
BetLine struct { BetLine struct {
Index int64 Index int64
BetLine int64 BetLine int64
BaseBet int64
} }
// BetSize comment // BetSize comment
BetSize struct { BetSize struct {
@ -811,5 +812,4 @@ type (
// TestSymbolBetRatio comment // TestSymbolBetRatio comment
TestSymbolBetRatio = SymbolBetRatio TestSymbolBetRatio = SymbolBetRatio
) )