1
This commit is contained in:
@@ -97,7 +97,7 @@ public class WXUtil {
|
|||||||
public void sendTextMessage(String wxid, String content, Integer msgType, String fromwxid) {
|
public void sendTextMessage(String wxid, String content, Integer msgType, String fromwxid) {
|
||||||
// 全部打印
|
// 全部打印
|
||||||
logger.info("发送文本消息 msgType: " + msgType + " wxid: " + wxid + " fromwxid: " + fromwxid + " content: " + content);
|
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;
|
int count = 1;
|
||||||
for (String string : strings) {
|
for (String string : strings) {
|
||||||
if (strings.size()>1) {
|
if (strings.size()>1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user