Commit e31a099e by 徐高华

MP3

parent b2d3354c
...@@ -228,6 +228,9 @@ public class QywxCallbackController extends WebBaseController { ...@@ -228,6 +228,9 @@ public class QywxCallbackController extends WebBaseController {
msg.setMsgtype(OpenQwMsgTypeEnum.text); msg.setMsgtype(OpenQwMsgTypeEnum.text);
} }
this.setSendType(msgtype, msg); this.setSendType(msgtype, msg);
if(null != msg.getContent()) {
msg.setContent(content.trim()) ;
}
try { try {
gicMQClient.sendMessage("saveChatLogMQ", JSONObject.toJSONString(msg)); gicMQClient.sendMessage("saveChatLogMQ", JSONObject.toJSONString(msg));
} catch (Exception e) { } catch (Exception e) {
......
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