This commit is contained in:
苏尹岚
2021-02-08 11:45:00 +08:00
parent a376ce1e48
commit 9c2c0930fd
11 changed files with 67 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ func TestSkuBrandList(t *testing.T) {
}
func TestPictureUpload(t *testing.T) {
result, err := api.PictureUpload("https://www.jxcs.net/emoji/ceshi2.gif", nil)
result, err := api.PictureUpload("http://image.jxc4.com/image/212c268d26f6237e33ba269d24e2f76b.jpg", nil)
if err != nil {
t.Fatal(err)
} else {