diff --git a/ruoyi-system/src/main/java/com/ruoyi/jarvis/service/impl/InstructionServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/jarvis/service/impl/InstructionServiceImpl.java index ccf5752..4cebe8b 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/jarvis/service/impl/InstructionServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/jarvis/service/impl/InstructionServiceImpl.java @@ -254,11 +254,21 @@ public class InstructionServiceImpl implements IInstructionService { // ===== TF/H/生 处理 ===== private static final HashMap productWithJF = new HashMap<>(); static { - 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", "https://u.jd.com/YDZKmb2"); - productWithJF.put("CXW-298-IQ92DPRO", "https://u.jd.com/Y1AMT2l"); + /** + * 130 + * https://u.jd.com/S1BkTIS + * 130B + * 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) {