询价saas开放接口-查询车型库
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
nick | String | 必须 | 测试 | 测试nick | |
path_pids | String | 可选 | 1 | 属性id列表,逗号分隔 | |
path_vids | String | 可选 | 49 | 属性值id列表,逗号分隔 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | TopResult | 结果对象 | |
|
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AuctionTitanSaasGetcarinfoRequest req = new AuctionTitanSaasGetcarinfoRequest(); req.setNick( "测试" ); req.setPathPids( "1" ); req.setPathVids( "49" ); AuctionTitanSaasGetcarinfoResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | < auction_titan_saas_getcarinfo_response > < result > < error_code >param_invalid</ error_code > < value > < car_model_tree_info > < pinyin_first_letter >A</ pinyin_first_letter > < car_model_tree_node_info_list > < car_model_tree_node_info > < pinyin_first_letter >A</ pinyin_first_letter > < node_vid >1</ node_vid > < node_value >43</ node_value > < node_pid >2</ node_pid > < node_property >车系</ node_property > < parent_node_pid >null</ parent_node_pid > < logo_url >https://img.alicdn.com/imgextra/i2/710783489/O1CN01eJqK481be0dBZQhAI_!!710783489-2-tmallcaradmin.png</ logo_url > < acid >null</ acid > < level_id >20000375</ level_id > < parent_level_id >10000013</ parent_level_id > < path_vids >49,8351</ path_vids > < path_pids >1,2</ path_pids > </ car_model_tree_node_info > </ car_model_tree_node_info_list > </ car_model_tree_info > </ value > < error_msg >参数错误</ error_msg > </ result > </ auction_titan_saas_getcarinfo_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 > |
错误码 | 错误描述 | 解决方案 |
---|