fix basebet

This commit is contained in:
tomas 2024-11-11 11:36:21 +08:00
parent 872d46a580
commit f8e8a34780
1 changed files with 103 additions and 103 deletions

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