This commit is contained in:
雷欧(林平凡)
2025-08-08 14:42:23 +08:00
parent b4c27a26d7
commit 2f0157e03e

View File

@@ -2812,6 +2812,8 @@ public class JDUtil {
} catch (NumberFormatException e) {
return null;
}
}else {
logger.info("parsePrice没有匹配到价格");
}
// fallback处理 - 更宽松的匹配
@@ -2827,6 +2829,8 @@ public class JDUtil {
} catch (NumberFormatException e) {
return null;
}
}else {
logger.info("parsePrice没有匹配到价格");
}
return null;