礼金测试

This commit is contained in:
雷欧(林平凡)
2025-03-12 14:51:11 +08:00
parent d87c2597dc
commit a7d06c8906

View File

@@ -1159,7 +1159,6 @@ public class JDUtil {
// 解析商品链接获取SKU
String skuId = parseSkuFromUrl(message);
Map<String, String> productInfo = queryProductInfo(skuId);
state.getCollectedFields().put("skuId", skuId);
state.getCollectedFields().put("productInfo",
productInfo.get("name") + "\n价格" + productInfo.get("price"));