1
This commit is contained in:
@@ -1114,6 +1114,7 @@ public class JDUtil {
|
||||
//"spuid": 100137629936,
|
||||
|
||||
HashMap<String, String> itemMap = new HashMap<>();
|
||||
itemMap.put("url", url);
|
||||
itemMap.put("materialUrl", productInfo.getData()[0].getMaterialUrl());
|
||||
itemMap.put("oriItemId", productInfo.getData()[0].getOriItemId());
|
||||
itemMap.put("owner", productInfo.getData()[0].getOwner());
|
||||
@@ -1143,6 +1144,7 @@ public class JDUtil {
|
||||
} catch (Exception e) {
|
||||
logger.error("处理商品链接时发生异常:{}", url, e);
|
||||
couponInfo.append(" 处理商品链接时发生异常:").append(url).append("\n");
|
||||
results.add(String.valueOf(couponInfo));
|
||||
}
|
||||
}
|
||||
StringBuilder wenan = new StringBuilder().append("文案生成: \n");
|
||||
|
||||
Reference in New Issue
Block a user