Commit 22f1ca3012f15646a09a377cc6b24dbd2b58cd2f
1 parent
9e76d53f
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -2864,6 +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 | 2868 | if err == nil && hisinfo != nil { |
2868 | 2869 | rewardhead = hisinfo.Head |
2869 | 2870 | rewardnickname = hisinfo.NickName | ... | ... |