shanji 2 years ago
parent
commit
d0b13a3b80
  1. 2
      BBWY.Server.Business/PlatformSDK/JDBusiness.cs

2
BBWY.Server.Business/PlatformSDK/JDBusiness.cs

@ -751,7 +751,7 @@ namespace BBWY.Server.Business
req.skuIds = $"{req.skuIds}{sku.Id},";
req.jdPrices = $"{req.jdPrices}{sku.Price},";
req.bindType = $"{req.bindType}{(isGift ? 2 : 1)},";
req.num = $"{req.num}1,";
req.num = $"{req.num}0,";
req.promoPrices = $"{req.promoPrices}{(isGift ? 0 : sku.Price)},";
}

Loading…
Cancel
Save