京东商城商品修改

This commit is contained in:
苏尹岚
2020-05-26 10:48:37 +08:00
parent 2cf9d698fd
commit 697fda029e
4 changed files with 47 additions and 20 deletions

View File

@@ -231,7 +231,7 @@ func TestCreateSku(t *testing.T) {
}
func TestFindAttrs(t *testing.T) {
result, err := api.FindAttrs(13573)
result, err := api.FindAttrs(13571)
if err != nil {
t.Fatal(err)
}
@@ -239,7 +239,7 @@ func TestFindAttrs(t *testing.T) {
}
func TestFindValuesByAttrId(t *testing.T) {
result, no, err := api.FindValuesByAttrId(1001027602)
result, no, err := api.FindValuesByAttrId(102241)
if err != nil {
t.Fatal(err)
}