- fake 口味
This commit is contained in:
@@ -419,7 +419,7 @@ func (a *API) AddSpu(outSpuId string, cagtegoryId int, shopCategories []int64, b
|
|||||||
},
|
},
|
||||||
map[string]interface{}{
|
map[string]interface{}{
|
||||||
"saleAttrName": "口味",
|
"saleAttrName": "口味",
|
||||||
"saleAttrValueNameList": "好吃",
|
"saleAttrValueNameList": []string{"."},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@@ -556,7 +556,7 @@ func genAttrMapList(kgAttr string) (attrList []map[string]interface{}) {
|
|||||||
},
|
},
|
||||||
map[string]interface{}{
|
map[string]interface{}{
|
||||||
"saleAttrName": "口味",
|
"saleAttrName": "口味",
|
||||||
"saleAttrValueName": "好吃",
|
"saleAttrValueName": ".",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user