|
|
@ -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, |
|
|
|