Commit 50f26f14 by 徐高华

test

parent 3cf70afa
......@@ -19,7 +19,7 @@ public class QywxCallbackController extends WebBaseController {
public Object callback(HttpServletRequest request , HttpServletResponse response) throws IOException {
try {
String body = IOUtils.toString(request.getInputStream()) ;
logger.info("企微消下发={}",body);
logger.info("企微消下发={}",body);
}catch (Exception e) {
logger.info("异常",e);
}
......
......@@ -8,6 +8,7 @@
<mvc:interceptor>
<mvc:mapping path="/**"/>
<mvc:exclude-mapping path="/get-pic-code"/>
<mvc:exclude-mapping path="/qywx-msg-notice"/>
<mvc:exclude-mapping path="/phone-login"/>
<mvc:exclude-mapping path="/upload-file*"/>
<mvc:exclude-mapping path="/upload-file-voice"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment