Commit fe4115eaf2260651eb08522b5706e9dc3a25ee96
1 parent
cd120e1a
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -132,6 +132,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { |
132 | 132 | if curr.CurRound == rdata.Round { |
133 | 133 | for _, vval := range curr.List { |
134 | 134 | uinfo, err := GetUserInfo(strconv.Itoa(vval.UserId)) |
135 | + logger.Info("HandlerSettlement111111111111 uinfo.CaiPiaoInfo=%+v", uinfo.CaiPiaoInfo) | |
135 | 136 | if err != nil || uinfo == nil { |
136 | 137 | continue |
137 | 138 | } |
... | ... | @@ -155,7 +156,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { |
155 | 156 | |
156 | 157 | } |
157 | 158 | |
158 | - logger.Info("HandlerSettlement uinfo.CaiPiaoInfo=%+v", uinfo.CaiPiaoInfo) | |
159 | + logger.Info("HandlerSettlement2222222222222222222 uinfo.CaiPiaoInfo=%+v", uinfo.CaiPiaoInfo) | |
159 | 160 | err = SaveUserInfo(uinfo, strconv.Itoa(vval.UserId)) |
160 | 161 | if err != nil { |
161 | 162 | logger.Error("HandlerSettlement err=%v", err) | ... | ... |