## 地址列表
>接口說明
分頁查詢用戶地址信息
>接口請求說明
HTTP請求格式: application/json
>接口參數說明
~~~[api]
get:/api/miniapp/addresses/pageList?sessionId=
*string:sessionId#sessionID
string:locationName#定位名稱(用于模糊檢索)
int:pageNumber#頁數
int:pageSize#每頁顯示記錄數
<<<
success
[
{
"id": "4028e7d060c05e2c0160c065bd780004",
"realName": "哈哈",
"gender": 0,
"address": "123",
"cellphone": "13588960670",
"locationName": "浙江省杭州市江干區學府街515號",
"lat": 30.3102,
"lng": 120.3714,
"adcode": null,
"areaName": null,
"genderLabel": "保密",
"defaultTo": false,
"defaultFrom": true
},
{
"id": "4028e7a460dec37f0160decbf0170001",
"realName": "迷惑的牛豆1",
"gender": 0,
"address": "B座6樓第十大道8336門市",
"cellphone": "15632755525",
"locationName": "明珠商貿城",
"lat": 38.339208,
"lng": 116.810214,
"adcode": null,
"areaName": null,
"genderLabel": "保密",
"defaultTo": false,
"defaultFrom": false
},
{
"id": "4028e7d060c090410160c09c06b50000",
"realName": "陳麗懂",
"gender": 0,
"address": "我去了",
"cellphone": "13588960670",
"locationName": "杭州市上城區西湖風景區",
"lat": 30.239805393577,
"lng": 120.15731528212,
"adcode": null,
"areaName": null,
"genderLabel": "保密",
"defaultTo": true,
"defaultFrom": false
}
]
<<<
error
{
"path": "/api/miniapp/addresses/pageList",
"message": "Session不存在或已失效!",
"status": 401,
"timestamp": 1515566795470
}
~~~
>接口請求示例
~~~
/api/miniapp/addresses/pageList?sessionId=8a9fb65b60da56c10160de100de700aa1
~~~