银豹变更商品状态

This commit is contained in:
苏尹岚
2020-07-01 17:26:28 +08:00
parent 1957696d84
commit b853dbb954
3 changed files with 25 additions and 2 deletions

View File

@@ -113,3 +113,11 @@ func DownloadFileByURL(fileURL string) (bodyData []byte, fileMD5 string, err err
}
return bodyData, fileMD5, err
}
func TestBatchUpdateProductEnable(t *testing.T) {
err := api.BatchUpdateProductEnable("3936087", "463072974624941184", 1)
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}