diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index ecc40e0..d08cdcd 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -856,6 +856,11 @@ func HandlerFetchredbag(w http.ResponseWriter, data string, uuid int) { } + realgold,err := GetCoinFromSdk(uuid,rdata.Gameid,rdata.Channel) + if err != nil { + logger.Error("HandlerFetchredbag error") + } + uinfo.RealGold = realgold SaveUserInfo(uinfo,uniqueuuid) -- libgit2 0.21.0