- 几个平台的获取平台分类信息

This commit is contained in:
gazebo
2019-04-23 17:36:59 +08:00
parent 144aba73f9
commit 0bff70c554
4 changed files with 30 additions and 5 deletions

View File

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