Commit da3b2c2e1f1dfa2ef25e631d964ff7b6fb591f27
1 parent
cef44d7c
Exists in
master
提交
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
| @@ -965,7 +965,6 @@ func HandlerGetrandredbag(w http.ResponseWriter, data string, uuid int) { | @@ -965,7 +965,6 @@ func HandlerGetrandredbag(w http.ResponseWriter, data string, uuid int) { | ||
| 965 | 965 | ||
| 966 | uinfo.StoreRandRedBag = 1 | 966 | uinfo.StoreRandRedBag = 1 |
| 967 | resp.Data.Getnum = 0 | 967 | resp.Data.Getnum = 0 |
| 968 | - break | ||
| 969 | } else { | 968 | } else { |
| 970 | //领取存储的红包 | 969 | //领取存储的红包 |
| 971 | if uinfo.StoreRandRedBag < 1 || uinfo.RandRedBagLeftTime < 1 { | 970 | if uinfo.StoreRandRedBag < 1 || uinfo.RandRedBagLeftTime < 1 { |