From 7aab89c34222bc2a8e9117fc83e41567c8e173f7 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 20 Aug 2020 15:22:32 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) 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