diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index c0efa29..2a1f3c2 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -2576,6 +2576,8 @@ func HandlerLeftRateTimes(w http.ResponseWriter, data string, uuid int) { resp.Code = 0 break } + + logger.Info("HandlerLeftRateTimes uid=%v resp=%+v", uuid, resp) //回包 respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) -- libgit2 0.21.0