京东商城创建商品修改

This commit is contained in:
苏尹岚
2020-05-13 10:29:36 +08:00
parent 8be594e91d
commit 7d7ad2c725
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ func TestFindValuesByAttrId(t *testing.T) {
}
func TestSaveVenderAttrValue(t *testing.T) {
err := api.SaveVenderAttrValue("100g", 1001027606, 13577, 2)
_, err := api.SaveVenderAttrValue("100g", 1001027606, 13577, 2)
if err != nil {
t.Fatal(err)
}