suochencheng 6 лет назад
Родитель
Сommit
98305569cc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/izouma/weixin/web/LeYunFuController.java

+ 1 - 1
src/main/java/com/izouma/weixin/web/LeYunFuController.java

@@ -58,7 +58,7 @@ public class LeYunFuController {
     @RequestMapping(value = "/notify", method = RequestMethod.POST)
     @ResponseBody
     public String notify(HttpServletRequest request, HttpServletResponse response) {
-
+        logger.error("lyf:notify");
         try {
             Map<String, String> m = notifyMap(request, response);
             if (m != null && "SUCCESS".equals(m.get("result_code"))