This commit is contained in:
2025-10-03 17:53:52 +08:00
parent a08dc8b17d
commit 860ccb17f2

View File

@@ -279,21 +279,14 @@ public class InstructionServiceImpl implements IInstructionService {
private static final HashMap<String, String> productWithJF = new HashMap<>(); private static final HashMap<String, String> productWithJF = new HashMap<>();
static { static {
/**
* 130 productWithJF.put("ZQD110F-EB031", "https://u.jd.com/0gGPOZX");
* https://u.jd.com/S1BkTIS productWithJF.put("ZQD130F-EB130", "https://u.jd.com/0OGTvHh");
* 130B productWithJF.put("ZQD130F-EB130B", "https://u.jd.com/0GGWEOR");
* https://u.jd.com/S1BkvGO productWithJF.put("ZQD150F-EB150", "https://u.jd.com/0O8BYjb");
* 150 productWithJF.put("ZQD180F-EB200", "https://u.jd.com/0gGSoiN");
* https://u.jd.com/SaBkAXo productWithJF.put("ZQD115F-12LCS", "https://u.jd.com/0DGSFcH");
* 180 productWithJF.put("CXW-298-IQ92DPRO", "https://u.jd.com/0OG04su");
* 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 static final List<String> phoneWithTF = new ArrayList<>(); private static final List<String> phoneWithTF = new ArrayList<>();