diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index dce698f..82cc697 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -506,6 +506,7 @@ func HandlerDosign(w http.ResponseWriter, data string, uuid int) { break } uinfo.RealGold = readgold + resp.Data.Getgold = rnum }else { logger.Error("HandlerDosign err") } @@ -520,6 +521,7 @@ func HandlerDosign(w http.ResponseWriter, data string, uuid int) { resp.Data.Issigntaday = uinfo.IsSignToday resp.Data.Walletgold = uinfo.RealGold + SaveUserInfo(uinfo, uniqueuuid) resp.Code = 0 break -- libgit2 0.21.0