| | 77 | === 4.1.1 [=#point4.1.1 获取系统消息] === |
| | 78 | 说明:需要新版本接口,因为4.5要过滤a标签,4.6不需要过滤 |
| | 79 | 原请求url:http://mrobot.pcauto.com.cn/v3/bbs/getSysNotice?status=-1&pageSize=20&pageNo=1&common_session_id=DA4C99E3FDF2FDE541D7A9319891798C2DD2AFCE4E6EEB28 |
| | 80 | [[BR]]后端地址:http://bip.pcauto.com.cn/intf/sysnotice.jsp |
| | 81 | [[BR]]请求方式:GET |
| | 82 | [[BR]]是否需要登录:是 |
| | 83 | [[BR]]返回格式:JSON |
| | 84 | [[BR]]缓存方式:接口缓存 |
| | 85 | [[BR]]缓存时间:60分钟 |
| | 86 | [[BR]]请求参数:[[BR]] |
| | 87 | ||参数名||类型||必须||说明|| |
| | 88 | ||status||string||必须||-1为已读和未读,0表示未读,1表示已读|| |
| | 89 | ||common_session_id||string||必须|| 登录session|| |
| | 90 | ||pageNo||string||可选||页码|| |
| | 91 | ||pageSize||string||可选||一页条数,默认20,最大500|| |
| | 92 | [[BR]] |
| | 93 | 返回结果:[[BR]] |
| | 94 | { |
| | 95 | pageCount: 1, |
| | 96 | pageNo: 1, |
| | 97 | pageSize: 20, |
| | 98 | resultList: [{ |
| | 99 | accountId: 33375426, |
| | 100 | content: "年底抢楼送大奖,说出对新年愿望祝福——送儿童安全座椅、投影机、行车记录仪、京东购物卡、移动电源!!!http://bbs.pcauto.com.cn/topic-5955076.html", |
| | 101 | createTime: 1417500858000, |
| | 102 | groupSend: 1, |
| | 103 | groupType: 0, |
| | 104 | id: 124624885, |
| | 105 | senderId: 0, |
| | 106 | siteId: 2, |
| | 107 | status: 1, |
| | 108 | type: { |
| | 109 | groupType: 1, |
| | 110 | id: 0, |
| | 111 | name: "系统消息", |
| | 112 | siteId: 0, |
| | 113 | templateId: 0 |
| | 114 | }, |
| | 115 | typeId: 41 |
| | 116 | }], |
| | 117 | total: 13 |
| | 118 | } |
| | 119 | [[BR]]content字段的跳转内容加上html标签,客户端做识别和跳转 |
| | 121 | === 4.1.1 [=#point4.1.1 优惠降价列表] === |
| | 122 | 请求url:http://mrobot.pcauto.com.cn/v3/price/promotionList?areaId=1&pageNo=1&pageSize=20&orderBy=discountRange |
| | 123 | [[BR]]HTTP请求方式:GET |
| | 124 | [[BR]]是否需要登录:false |
| | 125 | [[BR]]返回格式:JSON |
| | 126 | [[BR]]缓存方式:接口缓存 |
| | 127 | [[BR]]缓存时间:60分钟 |
| | 128 | [[BR]]说明:增加价格区间和级别的筛选条件 |
| | 129 | [[BR]]请求参数:[[BR]] |
| | 130 | ||参数名||类型||必须||说明|| |
| | 131 | ||areaId||string||必须||地区id|| |
| | 132 | ||brandId||string||可选||品牌id|| |
| | 133 | ||serialId||string||可选||车系id|| |
| | 134 | ||modelId||string||可选||车型id|| |
| | 135 | ||orderBy||string||必须||popularity, newest, discountRange, lowestPrice;分别指按车型热度,按最新,按降价幅度,按最低价格|| |
| | 136 | ||ps||string||可选||最低价格,如13,单位万元|| |
| | 137 | ||pe||string||可选||最高价格,单位万元|| |
| | 138 | ||jb||string||可选||级别,如71|| |
| | 139 | [[BR]]返回结果: |
| | 140 | { |
| | 141 | "data": [ |
| | 142 | { |
| | 143 | "area": "广州", |
| | 144 | "createTime": 1406602096000, |
| | 145 | "dealerId": "45742", |
| | 146 | "dealerName": "进口大众广州鸿众", |
| | 147 | "dealerNewsId": "5154551", |
| | 148 | "dealerType": "综合店", |
| | 149 | "decline": "35.0", |
| | 150 | "discount": "163400", |
| | 151 | "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/01/c8/24016521_1375350331166_350x260.jpg", |
| | 152 | "is400": "1", |
| | 153 | "isShow24Icon": 1, |
| | 154 | "modelId": "32583", |
| | 155 | "modelName": "高尔夫(进口) 2014款 2.0 TSI R敞篷版", |
| | 156 | "modelPrice": "46.68", |
| | 157 | "phone": "400-860-0819", |
| | 158 | "price": "30.34", |
| | 159 | "serialGroupId": 4391, |
| | 160 | "serialGroupName": "高尔夫(进口)" |
| | 161 | } |
| | 162 | ], |
| | 163 | "pageNo": 1, |
| | 164 | "pageSize": 20, |
| | 165 | "total": 6559 |
| | 166 | } |