拼多多地址
This commit is contained in:
@@ -898,7 +898,7 @@ public class JDUtil {
|
||||
List<String> images = contentResult.get("images");
|
||||
if (images != null) {
|
||||
try {
|
||||
Thread.sleep(6000);
|
||||
Thread.sleep(1000);
|
||||
} catch (InterruptedException ignored) {
|
||||
|
||||
}
|
||||
@@ -1483,11 +1483,11 @@ public class JDUtil {
|
||||
// 新建格式好日期
|
||||
DateFormat dateFormat = new SimpleDateFormat("yyyy年MM月dd日HH时mm分ss秒");
|
||||
sb1.append("(教你买) ").append(replaceAll).append("\n").append(WENAN_FANAN.replaceAll("更新", dateFormat.format(new Date()) + "更新"));
|
||||
textList.add("闲鱼方案的文案:\n");
|
||||
//textList.add("闲鱼方案的文案:\n");
|
||||
textList.add(String.valueOf(sb1));
|
||||
StringBuilder sb2 = new StringBuilder();
|
||||
sb2.append(replaceAll).append("\n").append(WENAN_ZCXS);
|
||||
textList.add("闲鱼正常销售:\n");
|
||||
//textList.add("闲鱼正常销售:\n");
|
||||
textList.add(String.valueOf(sb2));
|
||||
}
|
||||
textList.add(String.valueOf(couponInfo));
|
||||
|
||||
Reference in New Issue
Block a user