1
This commit is contained in:
@@ -24,7 +24,7 @@ func TestSkuBrandList(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestPictureUpload(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 {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -234,7 +234,6 @@ func TestGetJdUpcCodeByUpc(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("==============================================================")
|
|
||||||
for _, v := range data {
|
for _, v := range data {
|
||||||
fmt.Println(v)
|
fmt.Println(v)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user