From d5e509aa012ad691094d8128b3ab4359d9a22095 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 18 Jun 2020 17:29:44 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index b3bfac6..d73fa41 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -952,6 +952,7 @@ func HandlerGetrandredbag(w http.ResponseWriter, data string, uuid int) { uinfo.SumRandRedBagTimes++ uinfo.RandRedBagLeftTime-- + uinfo.StoreRandRedBag-- } else if rdata.Optype == 2 { //存储 if uinfo.StoreRandRedBag >= 1 { -- libgit2 0.21.0