From 20abaf8d5e0464b980a49de2308feb36c730724e Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 11 Dec 2018 13:14:59 +0800 Subject: [PATCH] =?UTF-8?q?-=20fake=20=E5=8F=A3=E5=91=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdapi/sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/jdapi/sku.go b/platformapi/jdapi/sku.go index 94934998..27cc54c7 100644 --- a/platformapi/jdapi/sku.go +++ b/platformapi/jdapi/sku.go @@ -419,7 +419,7 @@ func (a *API) AddSpu(outSpuId string, cagtegoryId int, shopCategories []int64, b }, map[string]interface{}{ "saleAttrName": "口味", - "saleAttrValueNameList": "好吃", + "saleAttrValueNameList": []string{"."}, }, }, } @@ -556,7 +556,7 @@ func genAttrMapList(kgAttr string) (attrList []map[string]interface{}) { }, map[string]interface{}{ "saleAttrName": "口味", - "saleAttrValueName": "好吃", + "saleAttrValueName": ".", }, } }