Changes between Version 13 and Version 14 of app2.2.0/useraddress


Ignore:
Timestamp:
11/03/2015 09:28:02 AM (10 years ago)
Author:
zhanzhenchao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/useraddress

    v13 v14  
    3636result { 
    3737        status: 1, 
    38         msg: '请求成功', 
     38        msg: "请求成功", 
    3939        data: { 
    4040             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"        //邮政编码 
    5151        } 
    5252} 
     
    9595            { 
    9696             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",        //邮政编码 
    107107             isdefault: 0            //是否默认地址 1是,0否 
    108108           } 
     
    161161result { 
    162162        status: 1, 
    163         msg: '请求成功' 
     163        msg: "请求成功" 
    164164} 
    165165}}} 
     
    202202||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    203203||common_session_id(cookie参数)||登录sessionId||string||""||是|| 
    204 ||addrId||用户地址Id||string||""||是|| 
     204||addrId||用户地址Id||int||""||是|| 
    205205||name||收货人名字||string||""||是|| 
    206206||province||省份||string||""||是|| 
     
    219219result { 
    220220        status: 1, 
    221         msg: '请求成功' 
     221        msg: "请求成功" 
    222222} 
    223223}}} 
     
    260260||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    261261||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 
     267result { 
     268        status: 1, 
     269        msg: "请求成功" 
    270270} 
    271271}}} 
     
    307307||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    308308||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 
     314result { 
     315        status: 1, 
     316        msg: "请求成功" 
     317} 
     318}}} 
     319 
     320---------- 
     321 
     322 
     323 
     324