京东商城获取类目信息

This commit is contained in:
苏尹岚
2020-05-09 11:14:03 +08:00
parent 9bf57342e8
commit d015a2ced9
2 changed files with 30 additions and 0 deletions

View File

@@ -21,3 +21,11 @@ func TestDeleteShopCategory(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestFindVendorCategories(t *testing.T) {
result, err := api.FindVendorCategories()
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}