This commit is contained in:
邹宗楠
2023-11-27 17:11:59 +08:00
parent 10c7f0eaa9
commit 406062b36c
4 changed files with 18 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ func TestSkuBrandList(t *testing.T) {
}
func TestPictureUpload(t *testing.T) {
result, err := api.PictureUpload("http://image.jxc4.com/f0406c28c014a69a1150730c6b4b569b.jpg", nil)
result, err := api.PictureUpload("https://image.jxc4.com/image/cc7119fbe87cdefc66995cd79321c21c.jpg", nil)
if err != nil {
t.Fatal(err)
} else {