- 清理三个平台的门店商品批处理操作,部分失败返回失败条目
This commit is contained in:
@@ -187,3 +187,12 @@ func TestUpdateSpu(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestUpdateSku(t *testing.T) {
|
||||
_, err := api.UpdateSku("27379", map[string]interface{}{
|
||||
"upc": "ttld20190712",
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user