This commit is contained in:
gazebo
2018-09-25 18:29:11 +08:00
parent b1c341449a
commit b7ad5004b6
4 changed files with 69 additions and 15 deletions

View File

@@ -7,7 +7,16 @@ import (
)
func TestSkuCategoryList(t *testing.T) {
result, err := api.SkuCategoryList("", 1, 0)
result, err := api.SkuCategoryList("", 3, 1491490798176)
if err != nil {
t.Fatal(err)
} else {
t.Log(utils.Format4Output(result, false))
}
}
func TestSkuBrandList(t *testing.T) {
result, err := api.SkuBrandList("", 1)
if err != nil {
t.Fatal(err)
} else {