diff --git a/src/main/java/cn/van/business/util/JDUtil.java b/src/main/java/cn/van/business/util/JDUtil.java index 4c3efe9..f8fdcb7 100644 --- a/src/main/java/cn/van/business/util/JDUtil.java +++ b/src/main/java/cn/van/business/util/JDUtil.java @@ -165,10 +165,22 @@ public class JDUtil { } private void handleProductWithJF() { - 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"); + /** + * 130 + * https://u.jd.com/Y6ZKmwN + * 130B + * https://u.jd.com/YGZKHZS + * 150 + * https://u.jd.com/YDZK5rD + * 180 + * https://u.jd.com/YDZKmb2 + * 92dpro + * https://u.jd.com/YgZKViD*/ + productWithJF.put("ZQD130F-EB130", "https://u.jd.com/Y6ZKmwN"); + productWithJF.put("ZQD130F-EB130B", "https://u.jd.com/YGZKHZS"); + productWithJF.put("ZQD150F-EB150", " https://u.jd.com/YDZK5rD"); + productWithJF.put("ZQD180F-EB200", "ttps://u.jd.com/YDZKmb2"); + productWithJF.put("CXW-298-IQ92DPRO", "https://u.jd.com/YgZKViD"); } private List filterOrdersByDate(List orderRows, int daysBack) {