果园属性值变化
This commit is contained in:
@@ -23,3 +23,12 @@ func TestSkuBrandList(t *testing.T) {
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
}
|
||||
|
||||
func TestPictureUpload(t *testing.T) {
|
||||
result, err := api.PictureUpload("http://image.jxc4.com/086d2ba561a93e88526b139b531cfef8.png", nil)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user