记得上下班打卡 | git大法好,push需谨慎

Commit b10ed09e authored by jiangxiulong's avatar jiangxiulong

sweet

parent 6897a6dd
...@@ -85,6 +85,7 @@ public class SweetWechatCallbackServiceImpl { ...@@ -85,6 +85,7 @@ public class SweetWechatCallbackServiceImpl {
if (encType == null) { if (encType == null) {
// 明文传输的消息 // 明文传输的消息
WxMpXmlMessage inMessage = WxMpXmlMessage.fromXml(requestBody); WxMpXmlMessage inMessage = WxMpXmlMessage.fromXml(requestBody);
log.info("\n消息内容为:\n[{}] ", inMessage.toString());
WxMpXmlOutMessage outMessage = messageRouter(wxMpService).route(inMessage); WxMpXmlOutMessage outMessage = messageRouter(wxMpService).route(inMessage);
if (outMessage == null) { if (outMessage == null) {
return ""; return "";
......
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