diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 5f49bbc..273eba0 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -965,7 +965,6 @@ func HandlerGetrandredbag(w http.ResponseWriter, data string, uuid int) { uinfo.StoreRandRedBag = 1 resp.Data.Getnum = 0 - break } else { //领取存储的红包 if uinfo.StoreRandRedBag < 1 || uinfo.RandRedBagLeftTime < 1 { -- libgit2 0.21.0