This commit is contained in:
苏尹岚
2020-12-29 14:46:25 +08:00
parent 0abc86fcb4
commit 6131688963
2 changed files with 6 additions and 2 deletions

View File

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