1
This commit is contained in:
@@ -415,7 +415,7 @@ public class JDUtils {
|
||||
num++;
|
||||
String skuName = entry.getKey();
|
||||
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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ public class WXUtil {
|
||||
int count = 0;
|
||||
for (String string : strings) {
|
||||
if (count > 0) {
|
||||
string += "---长消息---" + count;
|
||||
string = "---长消息---第:" + count + "条 " + string;
|
||||
}
|
||||
count++;
|
||||
// 如果是自己的微信,所有信息都加上少爷
|
||||
|
||||
Reference in New Issue
Block a user