From da3b2c2e1f1dfa2ef25e631d964ff7b6fb591f27 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 18 Jun 2020 17:47:46 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) 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