suochencheng пре 6 година
родитељ
комит
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)
     @RequestMapping(value = "/notify", method = RequestMethod.POST)
     @ResponseBody
     @ResponseBody
     public String notify(HttpServletRequest request, HttpServletResponse response) {
     public String notify(HttpServletRequest request, HttpServletResponse response) {
-
+        logger.error("lyf:notify");
         try {
         try {
             Map<String, String> m = notifyMap(request, response);
             Map<String, String> m = notifyMap(request, response);
             if (m != null && "SUCCESS".equals(m.get("result_code"))
             if (m != null && "SUCCESS".equals(m.get("result_code"))