订单结算价测试
This commit is contained in:
@@ -101,6 +101,9 @@ func (p *PurchaseHandler) GetStoreSkusFullInfo(ctx *jxcontext.Context, parentTas
|
||||
if len(storeSkuList) == 1 {
|
||||
storeSku := storeSkuList[0]
|
||||
result, err := api.YinBaoAPI.QueryProductByBarcode(storeSku.VendorSkuID)
|
||||
if err != nil || result == nil {
|
||||
return nil, err
|
||||
}
|
||||
resultp, err := api.YinBaoAPI.QueryProductImagesByBarcode(result.Barcode)
|
||||
// resultp, err := getProductImages(vendorStoreID, storeSku.VendorSkuID)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user