|
|
@@ -242,6 +242,7 @@ public class WechatCalllbackController extends BaseController { |
|
|
logger.info("组装回复" + outMessage.toXml()); |
|
|
logger.info("组装回复" + outMessage.toXml()); |
|
|
out = outMessage.toEncryptedXml(mpService.getWxMpConfigStorage()); |
|
|
out = outMessage.toEncryptedXml(mpService.getWxMpConfigStorage()); |
|
|
logger.info("组装回复消息-->"+out); |
|
|
logger.info("组装回复消息-->"+out); |
|
|
|
|
|
return "success"; |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
logger.error("路由消息时出现异常!", e); |
|
|
logger.error("路由消息时出现异常!", e); |
|
|
} |
|
|
} |
|
|
|