[[TOC]] = 电脑网接口 = == 获取咨询爆料 == > 线上:http://best.pconline.com.cn/intf/pconline/getConsultTopic.jsp **说明** > 获取咨询爆料 **提交方式** > 不限 **是否需要登录** > false **缓存方式** > ATS **缓存时间** > 10分钟 **参数** ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| ||pageSize||每页数量,默认为5,最大为100||int||""||否|| **返回** {{{#!java { "data": [ { "title": "【德亚直邮】NIVEA 妮维雅 保湿超防晒喷雾 SPF50 200ml", //爆料标题 "topicId": 204501, //爆料id "typeName": "个护化妆", "typeUrl": "http://best.pconline.com.cn/fenlei/999/", //分类链接 "url": "http://best.pconline.com.cn/faxian/204501.html" //爆料地址 "content": "哈哈哈哈", //爆料内容 "cover": "http://v46.pconline.com.cn/255x255.jpg", //爆料封面图 "date": "2016-04-13 15:30:02", //日期 "price": "66元", //价格描述 "tags": [ { "name": "电商行情", //标签名称 "tagUrl": "http://wyb.pconline.com.cn:8082/tag/电商行情/" //链接 } ] } ], "msg": "success", "pageNo": 1, "pageSize": 50, "status": 1, "total": 0 } }}} **返回状态** ||= status =||= 说明 =|| ||1||请求成功|| ||-1||系统出错|| == 2016 51专题根据标签读取爆料接口 == > 线上:http://best.pconline.com.cn/intf/subject/getTopicList.jsp?tagId=1pageNo=1&pageSize=20&callback=callback **说明** > 获取咨询爆料 **提交方式** > 不限 **是否需要登录** > false **缓存方式** > ATS **缓存时间** > 10分钟 **参数** ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| ||pageSize||每页数量,默认为5,最大为100||int||""||否|| ||pageNo||页数||int||""||否|| ||callback||回调参数||String||""||否|| ||tagId||标签id||int||""||是|| **返回** {{{#!java { "data":[ { "cover180":"http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1604/20/c0/20524823_1461115721551_180x180.jpg", "currentPrice":39.9, "formerPrice":88, "mallName":"云猴全球购", "shortTitle":"芦荟海藻眼胶", "source":"http://item.yunhou.com/10202000050.html?utm_source=pconline&tk=c0b0BqVOG9", "title":"英国AA网 Amphora Aromatics 芦荟海藻眼胶 60ml", "topicId":207232, "topicUrl":"http://best.pconline.com.cn/youhui/207232.html" } ], "pageNo":1, "pageSize":1, "total":99936 } }}}