1
This commit is contained in:
@@ -97,7 +97,7 @@ public class WXUtil {
|
||||
}
|
||||
|
||||
// 发送文本消息 msgType 1:私聊 2:群发
|
||||
public synchronized void sendTextMessage(String wxid, String content, Integer msgType, String fromwxid) {
|
||||
public void sendTextMessage(String wxid, String content, Integer msgType, String fromwxid) {
|
||||
// 全部打印
|
||||
//logger.info("发送文本消息 msgType: {} wxid: {} fromwxid: {} content: {}", msgType, wxid, fromwxid, content);
|
||||
// 先在content顶部插入时间戳
|
||||
|
||||
Reference in New Issue
Block a user