京东商城获取类目信息
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user