银豹变更商品状态
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user