提交 9907f20c 编写于 作者: yongbo.wang's avatar yongbo.wang

textMessage

上级 45c87ec4
...@@ -105,11 +105,12 @@ public class CoreServiceImpl implements CoreService { ...@@ -105,11 +105,12 @@ public class CoreServiceImpl implements CoreService {
textMessage.setContent(respContent); textMessage.setContent(respContent);
respMessage = CommonUtils.textMessageToXml(textMessage); respMessage = CommonUtils.textMessageToXml(textMessage);
logger.info("textMessage:" + JsonUtil.toJSONString(textMessage));
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("微信消息处理流程异常", e); logger.error("微信消息处理流程异常", e);
} }
logger.info("respMessage:" + JsonUtil.toJSONString(respMessage));
return respMessage; return respMessage;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册