在战略地图项目中获取弹内智能选址结果表数据。
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
record_ids | String [] | 可选 | ["1","2"] |
|
记录id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 接口返回model | |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); TmallCarStrategmapAddrGetRequest req = new TmallCarStrategmapAddrGetRequest(); req.setRecordIds( "" 1 "," 2 "" ); TmallCarStrategmapAddrGetResponse 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 | < tmall_car_strategmap_addr_get_response > < result > < data_list > < tmall_addr_ro > < record_id >1</ record_id > < two_km_online_req_num >888</ two_km_online_req_num > < two_km_car_num >999</ two_km_car_num > < two_km_cust_num >999</ two_km_cust_num > < load_dt >2020-11-24 14:46:35</ load_dt > < two_km_cust_score >70</ two_km_cust_score > < level >I级</ level > < comprehensive_score >90</ comprehensive_score > < two_km_car_score >60</ two_km_car_score > < two_km_online_req_score >70</ two_km_online_req_score > < update_dt >2020-11-24 14:46:35</ update_dt > < remark >备注</ remark > </ tmall_addr_ro > </ data_list > < success >false</ success > < error_code >"isv.invalid-parameter"</ error_code > < error_msg >"参数错误"</ error_msg > </ result > </ tmall_car_strategmap_addr_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 > |
错误码 | 错误描述 | 解决方案 |
---|