From 2791b496f7486b3609647bdb333cd9988389af1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 30 Jun 2023 18:18:10 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tao_vegetable/store_sku.go b/platformapi/tao_vegetable/store_sku.go index b8534644..338620af 100644 --- a/platformapi/tao_vegetable/store_sku.go +++ b/platformapi/tao_vegetable/store_sku.go @@ -36,7 +36,7 @@ func (a *API) AddStoreSku(param *request.AlibabaWdkSkuAddRequest) (*[]VegetableR }) } else { foodList = append(foodList, VegetableResultList{ - ProductID: "0", + ProductID: "", SkuID: *v.Model, ErrMsg: *v.ErrMsg, })