Commit fbeb503a1624bd45c7ad8217e6a31ec5c21a8824
1 parent
cd7e97c1
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -2576,6 +2576,8 @@ func HandlerLeftRateTimes(w http.ResponseWriter, data string, uuid int) { |
2576 | 2576 | resp.Code = 0 |
2577 | 2577 | break |
2578 | 2578 | } |
2579 | + | |
2580 | + logger.Info("HandlerLeftRateTimes uid=%v resp=%+v", uuid, resp) | |
2579 | 2581 | //回包 |
2580 | 2582 | respstr, _ := json.Marshal(&resp) |
2581 | 2583 | fmt.Fprint(w, string(respstr)) | ... | ... |