拼多多地址

This commit is contained in:
Leo
2025-04-07 16:31:43 +08:00
parent d54c35cd2c
commit 10a1d11962

View File

@@ -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));