Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop
This commit is contained in:
@@ -143,7 +143,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode, vendorOrderID, vendorStoreID s
|
||||
SkuID: utils.Str2Int(extra.OutSkuId),
|
||||
JxSkuID: utils.Str2Int(extra.OutSkuId),
|
||||
SkuName: extra.ProductName,
|
||||
ShopPrice: 0,
|
||||
ShopPrice: extra.OriginAmount,
|
||||
VendorPrice: extra.OrderAmount / extra.ItemNum,
|
||||
SalePrice: extra.OriginAmount,
|
||||
EarningPrice: 0,
|
||||
|
||||
Reference in New Issue
Block a user