Commit c589ea5f7922efb1ea736b438f23f8a7432191e1
1 parent
8885a51d
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -199,6 +199,8 @@ func HandlerDosign(w http.ResponseWriter, data string) { | @@ -199,6 +199,8 @@ func HandlerDosign(w http.ResponseWriter, data string) { | ||
199 | uinfo.SignRound++ | 199 | uinfo.SignRound++ |
200 | } | 200 | } |
201 | 201 | ||
202 | + logger.Info("HandlerDosign fin uinfo=%v", uinfo) | ||
203 | + SaveUserInfo(uinfo) | ||
202 | //加金币 | 204 | //加金币 |
203 | cfg := jsonconf.GetSignConfig(uinfo.SingDay) | 205 | cfg := jsonconf.GetSignConfig(uinfo.SingDay) |
204 | if cfg == nil { | 206 | if cfg == nil { |