+++
post:app/api.php?i=2&c=entry&do=address&op=list&m=we7_wmall
*token=gN7PD0DZA357Ewi57NIupQqPpeikTdw7#用户身份token
<<<
success
{
"message": {
"resultCode": 0,
"resultMessage": "",
"data": [
{
"id": "116",
"uniacid": "2",
"uid": "8970",
"realname": "杨",
"sex": "先生",
"mobile": "13453222285",
"address": "中南海",
"number": "002", //门派号
"location_x": "39.907677",
"location_y": "116.385971",
"is_default": "0" //是否是默认地址
},
{
"id": "115",
"uniacid": "2",
"uid": "8970",
"realname": "杨佳佳",
"sex": "先生",
"mobile": "13456235623",
"address": "西长安街街道北新华街22号北京音乐厅",
"number": "002",
"location_x": "39.9069108",
"location_y": "116.382904",
"is_default": "0"
}
]
}
}
<<<
error
{
"message": {
"resultCode": -1,
"resultMessage": "请先登录",
"data": {
}
}
}
+++