| | 290 | } |
| | 291 | }}} |
| | 292 | [[BR]] |
| | 293 | === 4.1.2 [=#point4.1.2 获取个人信息] === |
| | 294 | (接口已完成,测试请连web开发机代理) |
| | 295 | [[BR]]说明:4.6用到新版本后端接口 |
| | 296 | [[BR]]请求url:http://mrobot.pcauto.com.cn/v3/bbs/getUserInfo?uid=12355&v=4.6.0 |
| | 297 | [[BR]]后端地址:(4.6前)http://bbs.pcauto.com.cn/action/user/user_setting_json.jsp |
| | 298 | [[BR]]后端地址:(4.6)http://bbs.pcauto.com.cn/admin.do/appapi/1/user/getUserByUid.do?req_enc=utf8&resp_enc=utf8 |
| | 299 | [[BR]]请求方式:GET |
| | 300 | [[BR]]是否需要登录:是 |
| | 301 | [[BR]]返回格式:JSON |
| | 302 | [[BR]]缓存方式:接口缓存 |
| | 303 | [[BR]]缓存时间:60分钟 |
| | 304 | [[BR]]请求参数:[[BR]] |
| | 305 | ||参数名||类型||必须||说明|| |
| | 306 | ||uid||string||必须||用户id|| |
| | 307 | ||v||string||可选|| 4.6.0表示4.6版本,采用新接口|| |
| | 308 | [[BR]] |
| | 309 | 返回结果:[[BR]] |
| | 310 | {{{ |
| | 311 | { |
| | 312 | address: "", |
| | 313 | birthday: "", |
| | 314 | brandId: 0, |
| | 315 | brandName: "", |
| | 316 | cityId: 0, |
| | 317 | cityName: "", |
| | 318 | common_session_id: "E7517152E962F243B967BE9FC50A5609243CF83D43FDB536", |
| | 319 | fans: 0, |
| | 320 | friends: 0, |
| | 321 | image: "http://i1.3conline.com/images/upload/upc/face/12/35/5/12355_100x100", |
| | 322 | isVip: false, |
| | 323 | level: "", |
| | 324 | name: "", |
| | 325 | nickname: "12355", |
| | 326 | phoneNum: "", |
| | 327 | provinceId: 0, |
| | 328 | provinceName: "", |
| | 329 | realName: "", |
| | 330 | serialId: 0, |
| | 331 | serialName: "", |
| | 332 | sex: 0, |
| | 333 | userId: 12355, |
| | 334 | zipCode: "" |