反馈数据查询接口。
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| param_feedback_query_base | FeedbackQueryBase | 可选 | 系统自动生成 | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| page_size | Number | 20 | 分页大小 |
| result_list | ApsFeedbackResult [] | 反馈数据列表 | |
|
|||
| page_index | Number | 1 | 分页号 |
| total_count | Number | 200 | 总记录数 |
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
KeludeApsFeedbackSimplesearchRequest req = new KeludeApsFeedbackSimplesearchRequest();
KeludeApsFeedbackSimplesearchRequest.FeedbackQueryBase obj1 = new KeludeApsFeedbackSimplesearchRequest.FeedbackQueryBase();
obj1.setBrowserType("Chrome");
obj1.setBrowserVersion("8.0");
obj1.setCfs("");
obj1.setCity("杭州市");
obj1.setCluster("登录功能不可用");
obj1.setCrawlerKeywords("上市");
obj1.setCreatedAtBegin("2014-12-12 00:00:00");
obj1.setCreatedAtEnd("hello world");
obj1.setDescription("hello world");
obj1.setDeviceModel("hello world");
obj1.setEmotionTendency(1L);
obj1.setFeedbackClassify("咨询");
obj1.setFeedbackType(0L);
obj1.setFilterType(6L);
obj1.setId(123L);
obj1.setImportance(1L);
obj1.setIp("10.0.0.10");
obj1.setIsJailbreak(false);
obj1.setIsReplied(false);
obj1.setNetworkOperator("电信");
obj1.setNetworkType("WIFI");
obj1.setOsType(0L);
obj1.setOsVersion("7");
obj1.setPageIndex(1L);
obj1.setPageSize(20L);
obj1.setPriority(1L);
obj1.setProcStatus(0L);
obj1.setProductId(123L);
obj1.setProductType(0L);
obj1.setProductVersion("1.0.0");
obj1.setProvince("浙江省");
obj1.setResolution("1024*768");
obj1.setSource("pc");
obj1.setSubject("hello world");
obj1.setTags(""功能","登录"");
obj1.setTagsAnd(false);
obj1.setTagsEmpty(false);
obj1.setTbNickname("hello world");
obj1.setTbUserId(123L);
obj1.setUpdatedAtBegin("2014-12-12 00:00:00");
obj1.setUpdatedAtEnd("2014-12-12 00:00:00");
obj1.setUserAgent("Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0");
obj1.setValidStatus(0L);
obj1.setMonitorTopicId(1L);
obj1.setReadStatus(0L);
req.setParamFeedbackQueryBase(obj1);
KeludeApsFeedbackSimplesearchResponse rsp = client.execute(req);
System.out.println(rsp.getBody());
<kelude_aps_feedback_simplesearch_response>
<page_size>20</page_size>
<result_list>
<aps_feedback_result>
<account_type>0</account_type>
<attachments>{"1":"http://xxxx.jpg","2":"http://yyy.jpg"}</attachments>
<browser_type>Chrome</browser_type>
<browser_version>8.0</browser_version>
<cfs>{"1":"value1","2":"value2"}</cfs>
<city>杭州市</city>
<created_at>2014-12-23 10:08:24</created_at>
<created_at_about_time_format>1小时前</created_at_about_time_format>
<created_at_str>2014-10-23 15:33:22</created_at_str>
<description>hello world</description>
<device_model>GT-I9300</device_model>
<emotion_tendency>1</emotion_tendency>
<feedback_classify>咨询</feedback_classify>
<feedback_type>0</feedback_type>
<filter_type>6</filter_type>
<id>123</id>
<importance>1</importance>
<ip>10.0.0.10</ip>
<is_jailbreak>false</is_jailbreak>
<is_replied>false</is_replied>
<issue_at>2014-12-23 10:08:24</issue_at>
<network_operator>电信</network_operator>
<network_type>WIFI</network_type>
<os_type>0</os_type>
<os_version>7</os_version>
<priority>1</priority>
<proc_status>0</proc_status>
<product_id>123</product_id>
<product_type>0</product_type>
<product_version>1.0.0</product_version>
<province>浙江省</province>
<referer_url>http://www.taobao.com</referer_url>
<resolution>1024*768</resolution>
<source>pc</source>
<source_feedback_id>123</source_feedback_id>
<source_product>hello world</source_product>
<subject>hello world</subject>
<tag_ids>
<number>[123</number>
<number>456]</number>
</tag_ids>
<tags>{"1":"标签1","2":"标签2"}</tags>
<tb_nickname>helloworld</tb_nickname>
<tb_user_id>123</tb_user_id>
<updated_at>2014-12-23 10:08:24</updated_at>
<user_agent>Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0</user_agent>
<valid>false</valid>
<valid_content>demo</valid_content>
<valid_status>0</valid_status>
<crawler_keywords>支付宝</crawler_keywords>
<emotion_confirm_tendency>0</emotion_confirm_tendency>
<emotion_category>0</emotion_category>
<emotion_score>72</emotion_score>
<read_status>0</read_status>
</aps_feedback_result>
</result_list>
<page_index>1</page_index>
<total_count>200</total_count>
</kelude_aps_feedback_simplesearch_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|---|---|
| isp.query-attachment-failed | 查询附件信息失败 | 联系接口提供方解决 |
| isp.query-feedback-failed | 查询反馈数据失败 | 联系接口提供方解决 |