diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 9767495..4b65dfb 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -852,7 +852,7 @@ func HandlerQueryemptybox(w http.ResponseWriter, data string, uuid int) { if cfg.Ttype == 1 { //金币 - resp.Data.Goldnum = int64(float32(uinfo.Goldrate) * cfg.Time) + resp.Data.Goldnum = int64(float32(uinfo.Goldrate)*cfg.Time) * 60 } else if cfg.Ttype == 2 { //红包 resp.Data.Money = cfg.Time -- libgit2 0.21.0