订单结算价测试

This commit is contained in:
苏尹岚
2020-05-14 09:22:59 +08:00
parent e56231a2d8
commit f6c7275d4f
5 changed files with 18 additions and 1 deletions

View File

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