本地生活销售商机根据策略分页查询接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_leads_search_by_strategy_request | TopLeadsSearchByStrategyRequest | 必须 | 分页请求 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | MultiQueryResult | 系统自动生成 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscSalesLeadsStrategyQueryPageRequest req = new AlibabaAlscSalesLeadsStrategyQueryPageRequest(); AlibabaAlscSalesLeadsStrategyQueryPageRequest.TopLeadsSearchByStrategyRequest obj1 = new AlibabaAlscSalesLeadsStrategyQueryPageRequest.TopLeadsSearchByStrategyRequest(); obj1.setEndDate(StringUtils.parseDateTime( "2019-10-01 23:00:00" )); obj1.setExtInfo( "{}" ); obj1.setPageNo(0L); obj1.setPageSize(10L); obj1.setStartDate(StringUtils.parseDateTime( "2019-10-01 23:00:00" )); obj1.setStrategyCodeList( "'zheng4can1lei4mu4vddDkE','xue3cheng2ce4shi4IvrGVu'" ); obj1.setTerritoryId( "201910011412354" ); req.setParamLeadsSearchByStrategyRequest(obj1); AlibabaAlscSalesLeadsStrategyQueryPageResponse 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | < alibaba_alsc_sales_leads_strategy_query_page_response > < result > < error_code ></ error_code > < error_msg ></ error_msg > < has_next >true</ has_next > < result_size >20</ result_size > < success ></ success > < total_count >51000</ total_count > < values > < leads_info_extend > < leads_type >POS</ leads_type > < address >民生路1199弄证大五道口</ address > < biz_type >SHOP</ biz_type > < district_name >浦东新区</ district_name > < leads_biz_principle_type >SHOP_INFO</ leads_biz_principle_type > < latitude >31.226948</ latitude > < gmt_create >2019-10-25 09:47:43</ gmt_create > < category_name >美食(update)</ category_name > < sub_category_name >中餐</ sub_category_name > < detail_category_name >川菜(update)</ detail_category_name > < leads_id >2019102521474301000003027100667</ leads_id > < city_name >上海市</ city_name > < name >孝1(11)</ name > < biz_id >2019102300077000000023515730</ biz_id > < poi_id >L1DYZ006BM0</ poi_id > < province_name >上海</ province_name > < longitude >121.549728</ longitude > < district_code >310115</ district_code > < city_code >310100</ city_code > < province_code >310000</ province_code > < leads_tags_info_list > < leads_tags_info > < tag_code >dasdsadas</ tag_code > < tag_name >工商新店</ tag_name > < tag_type >BUSINESS_SALES_TAG</ tag_type > < tag_id >234343242343</ tag_id > </ leads_tags_info > </ leads_tags_info_list > </ leads_info_extend > </ values > </ result > </ alibaba_alsc_sales_leads_strategy_query_page_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 > |
错误码 | 错误描述 | 解决方案 |
---|