Commit 44eca05a49d969f5bed476a14be3eb64ce852c39
1 parent
443b0903
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -320,7 +320,7 @@ func HandlerGetUserData(w http.ResponseWriter, data string, uuid int) { |
320 | 320 | } |
321 | 321 | resp.Data.Output = strconv.FormatInt(output, 10) |
322 | 322 | resp.Data.Coin = strconv.FormatInt(uinfo.Gold, 10) |
323 | - logger.Info("HandlerGetUserData addgold=%v resp=%+v", addgold, resp) | |
323 | + logger.Info("HandlerGetUserData addgold=%v IsDouble=%v resp=%+v", addgold, uinfo.IsDouble, resp) | |
324 | 324 | |
325 | 325 | SaveUserInfo(uinfo, strconv.Itoa(uuid)) |
326 | 326 | } | ... | ... |