This commit is contained in:
Leo
2024-11-13 23:26:39 +08:00
parent daab6abdac
commit abc17aed60
2 changed files with 2 additions and 2 deletions

View File

@@ -415,7 +415,7 @@ public class JDUtils {
num++; num++;
String skuName = entry.getKey(); String skuName = entry.getKey();
Long count = entry.getValue(); Long count = entry.getValue();
content.append(num).append(",商品:").append(skuName).append(" 违规次数:").append(count).append("\r"); content.append(num).append(",商品:").append(skuName).append("\r\r").append(" 违规次数:").append(count).append("\r");
} }
} }

View File

@@ -101,7 +101,7 @@ public class WXUtil {
int count = 0; int count = 0;
for (String string : strings) { for (String string : strings) {
if (count > 0) { if (count > 0) {
string += "---长消息---" + count; string = "---长消息---第:" + count + "" + string;
} }
count++; count++;
// 如果是自己的微信,所有信息都加上少爷 // 如果是自己的微信,所有信息都加上少爷