Commit d7f0c694 by 徐高华

企微托管

parent 0f3bb50b
...@@ -229,7 +229,7 @@ public class QywxCallbackController extends WebBaseController { ...@@ -229,7 +229,7 @@ public class QywxCallbackController extends WebBaseController {
} }
this.setSendType(msgtype, msg); this.setSendType(msgtype, msg);
if(null != msg.getContent()) { if(null != msg.getContent()) {
msg.setContent(content.trim()) ; msg.setContent(msg.getContent().trim()) ;
} }
try { try {
gicMQClient.sendMessage("saveChatLogMQ", JSONObject.toJSONString(msg)); gicMQClient.sendMessage("saveChatLogMQ", JSONObject.toJSONString(msg));
......
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