Authored by mali

转码

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