This commit is contained in:
邹宗楠
2023-11-01 14:42:31 +08:00
parent fb2c8328bb
commit d286588598
2 changed files with 1 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/image/e078b225d7b232b4497a689dbf65159e.jpg", nil)
result, err := api.PictureUpload("http://image.jxc4.com/f0406c28c014a69a1150730c6b4b569b.jpg", nil)
if err != nil {
t.Fatal(err)
} else {

View File

@@ -234,7 +234,6 @@ func TestGetJdUpcCodeByUpc(t *testing.T) {
}
}
fmt.Println("==============================================================")
for _, v := range data {
fmt.Println(v)
}