This commit is contained in:
2025-09-06 17:01:15 +08:00
parent 37c557df4f
commit 4a03cb18bb

View File

@@ -254,11 +254,21 @@ public class InstructionServiceImpl implements IInstructionService {
// ===== TF/H/生 处理 ===== // ===== TF/H/生 处理 =====
private static final HashMap<String, String> productWithJF = new HashMap<>(); private static final HashMap<String, String> productWithJF = new HashMap<>();
static { static {
productWithJF.put("ZQD130F-EB130", "https://u.jd.com/Y6ZKmwN"); /**
productWithJF.put("ZQD130F-EB130B", "https://u.jd.com/YGZKHZS"); * 130
productWithJF.put("ZQD150F-EB150", " https://u.jd.com/YDZK5rD"); * https://u.jd.com/S1BkTIS
productWithJF.put("ZQD180F-EB200", "https://u.jd.com/YDZKmb2"); * 130B
productWithJF.put("CXW-298-IQ92DPRO", "https://u.jd.com/Y1AMT2l"); * https://u.jd.com/S1BkvGO
* 150
* https://u.jd.com/SaBkAXo
* 180
* https://u.jd.com/SDBkTJg
* */
productWithJF.put("ZQD130F-EB130", "https://u.jd.com/S1BkTIS");
productWithJF.put("ZQD130F-EB130B", "https://u.jd.com/S1BkvGO");
productWithJF.put("ZQD150F-EB150", "https://u.jd.com/SaBkAXo");
productWithJF.put("ZQD180F-EB200", "https://u.jd.com/SDBkTJg");
productWithJF.put("CXW-298-IQ92DPRO", "https://u.jd.com/SrWlqkb");
} }
private String handleTF(String input) { private String handleTF(String input) {