curl --location --request GET 'http://smart-shop.itheima.net/index.php?s=/api/address/list' \
--header 'Access-Token: 1741f74aed758a688515f72572dc8e37' \
--header 'platform: h5'
{
"status": 200,
"message": "success",
"data": {
"list": [
{
"address_id": 10012,
"name": "张小",
"phone": "18999292929",
"province_id": 782,
"city_id": 783,
"region_id": 785,
"detail": "北京路1号楼8888室",
"user_id": 10003,
"region": {
"province": "上海",
"city": "上海市",
"region": "徐汇区"
}
},
{
"address_id": 10014,
"name": "张小二",
"phone": "18999292929",
"province_id": 782,
"city_id": 783,
"region_id": 785,
"detail": "北京路1号楼8888室",
"user_id": 10003,
"region": {
"province": "上海",
"city": "上海市",
"region": "徐汇区"
}
}
]
}
}