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 | 199 | uinfo.SignRound++ |
| 200 | 200 | } |
| 201 | 201 | |
| 202 | + logger.Info("HandlerDosign fin uinfo=%v", uinfo) | |
| 203 | + SaveUserInfo(uinfo) | |
| 202 | 204 | //加金币 |
| 203 | 205 | cfg := jsonconf.GetSignConfig(uinfo.SingDay) |
| 204 | 206 | if cfg == nil { | ... | ... |