Commit ab178ebb4f71c22b1c2d437eca0f6c6084c6383f
1 parent
22f1ca30
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -2864,7 +2864,7 @@ func HandlerQueryGambling(w http.ResponseWriter, data string, uuid int) { |
2864 | 2864 | var his AlreadyDuboCatList |
2865 | 2865 | json.Unmarshal([]byte(ss), &his) |
2866 | 2866 | hisinfo, err := GetUserInfo(strconv.Itoa(his.RewardUser)) |
2867 | - logger.Info("HandlerQueryGambling his=%+v", hisinfo) | |
2867 | + logger.Info("HandlerQueryGambling his=%+v", his) | |
2868 | 2868 | if err == nil && hisinfo != nil { |
2869 | 2869 | rewardhead = hisinfo.Head |
2870 | 2870 | rewardnickname = hisinfo.NickName | ... | ... |