Changes between Version 13 and Version 14 of app2.2.0/useraddress
- Timestamp:
- 11/03/2015 09:28:02 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
app2.2.0/useraddress
v13 v14 36 36 result { 37 37 status: 1, 38 msg: '请求成功',38 msg: "请求成功", 39 39 data: { 40 40 addrId: 123456, //地址Id 41 name: rico, //用户名42 province: 13-河北, //省43 city: 1303-秦皇岛, //城市44 county: 130324-卢龙县, //县,区45 phone: 15952352365, //电话46 detail: 广州市天河区天河软件园高普路115号太平洋网络, //详细地址47 idcardNo: 445185455623562955, //身份证号码48 idcardImga: http://img.pconline.com.cn/images/upload/upc/tx/pcbest_buy/a.jpg, //身份证正面49 idcardImgb: http://img.pconline.com.cn/images/upload/upc/tx/pcbest_buy/b.jpg, //身份证反面50 postcode: 510006//邮政编码41 name: "rico", //用户名 42 province: "13-河北", //省 43 city: "1303-秦皇岛", //城市 44 county: "130324-卢龙县", //县,区 45 phone: "15952352365", //电话 46 detail: "广州市天河区天河软件园高普路115号太平洋网络", //详细地址 47 idcardNo: "445185455623562955", //身份证号码 48 idcardImga: "http://img.pconline.com.cn/images/upload/upc/tx/pcbest_buy/a.jpg", //身份证正面 49 idcardImgb: "http://img.pconline.com.cn/images/upload/upc/tx/pcbest_buy/b.jpg", //身份证反面 50 postcode: "510006" //邮政编码 51 51 } 52 52 } … … 95 95 { 96 96 addrId: 123456, //地址Id 97 name: rico, //用户名98 province: 13-河北, //省99 city: 1303-秦皇岛, //城市100 county: 130324-卢龙县, //县,区101 phone: 15952352365, //电话102 detail: 广州市天河区天河软件园高普路115号太平洋网络, //详细地址103 idcardNo: 445185455623562955, //身份证号码104 idcardImga: http://img.pconline.com.cn/images/upload/upc/tx/pcbest_buy/a.jpg, //身份证正面105 idcardImgb: http://img.pconline.com.cn/images/upload/upc/tx/pcbest_buy/b.jpg, //身份证反面106 postcode: 510006, //邮政编码97 name: "rico", //用户名 98 province: "13-河北", //省 99 city: "1303-秦皇岛", //城市 100 county: "130324-卢龙县", //县,区 101 phone: "15952352365", //电话 102 detail: "广州市天河区天河软件园高普路115号太平洋网络", //详细地址 103 idcardNo: "445185455623562955", //身份证号码 104 idcardImga: "http://img.pconline.com.cn/images/upload/upc/tx/pcbest_buy/a.jpg", //身份证正面 105 idcardImgb: "http://img.pconline.com.cn/images/upload/upc/tx/pcbest_buy/b.jpg", //身份证反面 106 postcode: "510006", //邮政编码 107 107 isdefault: 0 //是否默认地址 1是,0否 108 108 } … … 161 161 result { 162 162 status: 1, 163 msg: '请求成功'163 msg: "请求成功" 164 164 } 165 165 }}} … … 202 202 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 203 203 ||common_session_id(cookie参数)||登录sessionId||string||""||是|| 204 ||addrId||用户地址Id|| string||""||是||204 ||addrId||用户地址Id||int||""||是|| 205 205 ||name||收货人名字||string||""||是|| 206 206 ||province||省份||string||""||是|| … … 219 219 result { 220 220 status: 1, 221 msg: '请求成功'221 msg: "请求成功" 222 222 } 223 223 }}} … … 260 260 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 261 261 ||common_session_id(cookie参数)||登录sessionId||string||""||是|| 262 ||addrId||用户地址Id|| string||""||是||263 264 265 **返回** 266 {{{#!java 267 result { 268 status: 1, 269 msg: '请求成功'262 ||addrId||用户地址Id||int||""||是|| 263 264 265 **返回** 266 {{{#!java 267 result { 268 status: 1, 269 msg: "请求成功" 270 270 } 271 271 }}} … … 307 307 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 308 308 ||common_session_id(cookie参数)||-||string||""||是|| 309 ||addrId||用户地址Id|| string||""||是||310 311 312 **返回** 313 {{{#!java 314 result { 315 status: 1, 316 msg: '请求成功'317 } 318 }}} 319 320 ---------- 321 322 323 324 309 ||addrId||用户地址Id||int||""||是|| 310 311 312 **返回** 313 {{{#!java 314 result { 315 status: 1, 316 msg: "请求成功" 317 } 318 }}} 319 320 ---------- 321 322 323 324
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)