Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop

This commit is contained in:
richboo111
2022-10-31 18:09:33 +08:00
5 changed files with 19 additions and 7 deletions

View File

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