Browse Source

1688下单传递BelongSkuId

qianyi
shanji 3 years ago
parent
commit
22ac6975e7
  1. 6
      BBWY.Client/APIServices/PurchaseOrderService.cs

6
BBWY.Client/APIServices/PurchaseOrderService.cs

@ -67,7 +67,8 @@ namespace BBWY.Client.APIServices
ProductId = sku.PurchaseProductId,
SkuId = sku.PurchaseSkuId,
SpecId = sku.PurchaseSkuSpecId,
Quantity = sku.ItemTotal
Quantity = sku.ItemTotal,
BelongSkuId = sku.SkuId
}),
Platform = purchasePlatform,
AppKey = purchaseAccount.AppKey,
@ -116,7 +117,8 @@ namespace BBWY.Client.APIServices
ProductId = sku.PurchaseProductId,
SkuId = sku.PurchaseSkuId,
SpecId = sku.PurchaseSkuSpecId,
Quantity = sku.ItemTotal
Quantity = sku.ItemTotal,
BelongSkuId = sku.SkuId
}),
Platform = purchasePlatform,
AppKey = purchaseAccount.AppKey,

Loading…
Cancel
Save