From 6d2db74edc76e4e4e6823ef774f63f97c2311745 Mon Sep 17 00:00:00 2001 From: Van0313 <60689272+Van0313@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:23:30 +0800 Subject: [PATCH] 1 --- src/main/java/cn/van/business/util/JDUtil.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/java/cn/van/business/util/JDUtil.java b/src/main/java/cn/van/business/util/JDUtil.java index a8c519f..cb2ceb6 100644 --- a/src/main/java/cn/van/business/util/JDUtil.java +++ b/src/main/java/cn/van/business/util/JDUtil.java @@ -164,11 +164,10 @@ public class JDUtil { } private void handleProductWithJF() { - productWithJF.put("ZQD130F-EB130", "https://u.jd.com/21x8qP6"); - productWithJF.put("ZQD130F-EB130B", "https://u.jd.com/2ax86hv"); - productWithJF.put("ZQD180F-EB200", "https://u.jd.com/26x8t4M"); - productWithJF.put("ZQD150F-EB150", "https://u.jd.com/21x8M6G"); - productWithJF.put("CXW-358-E900C51", "https://u.jd.com/2gx8MvZ"); + productWithJF.put("ZQD130F-EB130", "https://u.jd.com/v1cykVo"); + productWithJF.put("ZQD130F-EB130B", "https://u.jd.com/vDcy9SN"); + productWithJF.put("ZQD150F-EB150", "https://u.jd.com/v1cykoL"); + productWithJF.put("ZQD180F-EB200", "https://u.jd.com/v6cyfaX"); } private List filterOrdersByDate(List orderRows, int daysBack) {