- fake 口味

This commit is contained in:
gazebo
2018-12-11 13:14:59 +08:00
parent 45d19a2a78
commit 20abaf8d5e

View File

@@ -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": ".",
},
}
}