京东商城商品图片修改

This commit is contained in:
苏尹岚
2020-05-19 15:22:54 +08:00
parent 8b94cbc613
commit 22c740f0f3
4 changed files with 27 additions and 9 deletions

View File

@@ -297,3 +297,11 @@ func TestQueryPicture(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestImageUpdate(t *testing.T) {
err := api.ImageUpdate(14535527473, 1, "jfs/t1/116844/10/7385/198098/5ec3853bEa53d0730/168e5654c6309c96.jpg")
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}