+++
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": {
}
}
}
+++