This commit is contained in:
雷欧(林平凡)
2024-11-15 15:56:48 +08:00
parent 562248c101
commit 0b3a5e81f3

View File

@@ -97,7 +97,7 @@ public class WXUtil {
public void sendTextMessage(String wxid, String content, Integer msgType, String fromwxid) {
// 全部打印
logger.info("发送文本消息 msgType: " + msgType + " wxid: " + wxid + " fromwxid: " + fromwxid + " content: " + content);
List<String> strings = splitStringByLength(content, 4096);
List<String> strings = splitStringByLength(content, 3072);
int count = 1;
for (String string : strings) {
if (strings.size()>1) {