Authored by mali

转码

@@ -34,9 +34,9 @@ public class UfoLiveAvthumbController { @@ -34,9 +34,9 @@ public class UfoLiveAvthumbController {
34 public void notifyAvthumb(HttpServletRequest request, HttpServletResponse response, @RequestBody UfoLiveNotifyResp req) throws IOException { 34 public void notifyAvthumb(HttpServletRequest request, HttpServletResponse response, @RequestBody UfoLiveNotifyResp req) throws IOException {
35 logger.info("method notifyAvthumb Notify in req is {}", req); 35 logger.info("method notifyAvthumb Notify in req is {}", req);
36 36
37 -  
38 37
39 - logger.info("[{}] method notifyAvthumb Notify out"); 38 +
  39 + logger.info("[{}] method notifyAvthumb Notify out", req.getId());
40 response.getWriter().print("success"); 40 response.getWriter().print("success");
41 } 41 }
42 } 42 }