This commit is contained in:
cc
2024-12-02 11:14:17 +08:00
parent 4f28f15406
commit b65b53dc53

View File

@@ -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顶部插入时间戳