From 68254c971be627db25888688d1bf891e7d190ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 3 Jul 2023 11:15:10 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/tao_vegetable/store_sku.go b/platformapi/tao_vegetable/store_sku.go index 4ff1ea9d..83b955a7 100644 --- a/platformapi/tao_vegetable/store_sku.go +++ b/platformapi/tao_vegetable/store_sku.go @@ -42,6 +42,7 @@ func (a *API) AddStoreSku(param *request.AlibabaWdkSkuAddRequest) (*[]VegetableR } if *v.ErrCode == "F_SKU_S1_BIZ_011" { skuData.ProductID = *v.Model + skuData.ErrMsg = "" } foodList = append(foodList, skuData) }