小程序行业标签信息显示
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | IndustryModel [] | 返回信息 | |
|
1 2 3 4 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaSupplierContentIndustryTagGetRequest req = new AlibabaSupplierContentIndustryTagGetRequest(); AlibabaSupplierContentIndustryTagGetResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | < alibaba_supplier_content_industry_tag_get_response > < result > < industry_model > < industry_id >1</ industry_id > < code >AX12345</ code > < more >null</ more > < name >农业</ name > < icon >null</ icon > < index >1</ index > < icon_code >null</ icon_code > < category_id >160001</ category_id > </ industry_model > </ result > </ alibaba_supplier_content_industry_tag_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 > |
错误码 | 错误描述 | 解决方案 |
---|