This commit is contained in:
雷欧(林平凡)
2025-08-20 19:47:49 +08:00
parent b035649467
commit b28af91409

View File

@@ -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<OrderRow> filterOrdersByDate(List<OrderRow> orderRows, int daysBack) {