Changes between Version 9 and Version 10 of pcauto_BuyAuto_1.3.0
- Timestamp:
- 06/01/2015 06:12:08 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pcauto_BuyAuto_1.3.0
v9 v10 135 135 }}} 136 136 137 138 == 3.发起投票 == 139 >http://mrobot.pcauto.com.cn/buy/price/vote/initiateVote [[BR]] 140 141 **说明** 142 143 >汽车报价发起投票接口 144 145 **提交方式** 146 147 > POST 148 149 **参数** 150 151 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 152 ||param||投票json数据||json|| 无||是|| 153 154 **请求参数格式** 155 156 {{{#!java 157 { 158 “deviceId”: ”设备唯一标识”, 159 “text”: ”帮我选车吧”, 160 “validTime”: 3, 161 “cars”: [ 162 { 163 “serialId”: 4313, 164 “areaId”: 12, 165 “name”: ”奥迪A4L”, 166 “image”: ”图片url”, 167 “price”: ”¥27~30万” 168 }, 169 { 170 “serialId”: 4313, 171 “areaId”: 12, 172 “name”: ”奥迪A4L”, 173 “image”: ”图片url”, 174 “price”: ”¥27~30万” 175 } 176 ] 177 } 178 179 }}} 180 181 **返回值** 182 返回结果: 183 {{{#!java 184 { 185 “code”:200, 186 “msg”:”投票成功” 187 } 188 }}} 189 **返回码** 190 200- 投票成功[[BR]] 191 405- 需要使用POST请求[[BR]] 192 400- 请求参数有误[[BR]] 193 500 - 系统错误[[BR]]
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)