suochencheng 6 vuotta sitten
vanhempi
commit
98305569cc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"))