Commit 7f1ce323d8226415f39d4c9572f2f217aea6e8bb
1 parent
f1f4ac5d
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -74,6 +74,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { |
74 | 74 | //开奖 |
75 | 75 | idx := -1 |
76 | 76 | list := GetWaitCaiCatList() |
77 | + logger.Info("HandlerSettlement list=%+v", list) | |
77 | 78 | for k, val := range list { |
78 | 79 | if val.CurRound == rdata.Round { |
79 | 80 | idx = k | ... | ... |