获取所有的类目信息,及其类目下标的物数量
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
categories | CategoryVo [] | 司法拍卖类目信息 | |
|
1 2 3 4 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AuctionGovCategoriesGetRequest req = new AuctionGovCategoriesGetRequest(); AuctionGovCategoriesGetResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 | < auction_gov_categories_get_response > < categories > < category_vo > < nr_of_auction >1</ nr_of_auction > < cat_name >不动产</ cat_name > < cat_id >123</ cat_id > </ category_vo > </ categories > </ auction_gov_categories_get_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|