diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index e480b0e..0e385e0 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -389,6 +389,7 @@ func HandlerFetchproterybox(w http.ResponseWriter, data string) { break } + uinfo.CalcProperty() //判断物资是否足够 cfg := jsonconf.GetGoldChestConfig(uinfo.TotalFetchCnt + 1) if cfg == nil { -- libgit2 0.21.0