|
|
|
|
@ -122,7 +122,7 @@ func PlaceBet(c *gin.Context) { |
|
|
|
|
TurnOver: int64(req.Bet * common.DecimalDigits), |
|
|
|
|
SettleAmount: int64(req.Award * common.DecimalDigits), |
|
|
|
|
SessionType: common.SessionTypeSettle, |
|
|
|
|
GameID: GetGameID(common.ProviderPG2, req.GameID), |
|
|
|
|
GameID: GetGameID(common.ProviderJiLi2, req.GameID), |
|
|
|
|
GameName: req.GameID, |
|
|
|
|
Provider: provider, |
|
|
|
|
BetID: req.BetID, |
|
|
|
|
|