价保
This commit is contained in:
@@ -1271,10 +1271,10 @@ public class JDUtil {
|
||||
}
|
||||
long totalCount = productInfo.getTotalCount();
|
||||
|
||||
couponInfo.append(" ").append(url).append("\n");
|
||||
if (totalCount == 0) {
|
||||
couponInfo.append("链接类型:优惠券\n\n");
|
||||
//couponInfo.append("链接类型:优惠券\n\n");
|
||||
} else {
|
||||
couponInfo.append(url).append("\n");
|
||||
urlList.add(url);
|
||||
couponInfo.append("链接类型:商品\n\n");
|
||||
JSONObject jsonObject = JSONObject.parseObject(JSONObject.toJSONString(productInfo.getData()[0]));
|
||||
|
||||
Reference in New Issue
Block a user