简要描述:
- 用户地址列表
请求URL:
index.php/AppShop/AddressList
请求方式:
- POST
- GET
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
session_key | 是 | string | session_key |
返回示例
{
"status": 0,
"data": [
{
"id": "213",
"buyer_id": "28b877d6bfbada24ad4603f4cd546d63",
"address_info": {
"name": "张三",
"contact": "020-81167888",
"detailAddress": "新港中路397号",
"province": {
"text": "广东省",
"id": "19"
},
"city": {
"text": "广州市",
"id": "231"
},
"district": {
"text": "海珠区",
"id": "2129"
}
},
"add_time": "1516588747",
"is_default": "0",
"telphone": "020-81167888",
"detail_address": "新港中路397号",
"latitude": "23.09642",
"longitude": "113.32377"
}
],
"is_more": 0,
"current_page": -1,
"count": "1",
"total_page": 1
}
备注
- 更多返回错误代码请看首页的错误代码描述