curl --location --request GET '/shopapi/user_address/detail' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 2,
"user_id": 1,
"contact": "周润发45674897",
"mobile": "13104997825",
"province_id": 110000,
"city_id": 110000,
"district_id": 110101,
"address": "隔壁小区999",
"longitude": "0",
"latitude": "0",
"is_default": 1,
"create_time": "2021-07-22 14:13:38",
"update_time": "2021-07-22 14:22:46",
"delete_time": null,
"province": "北京",
"city": "北京",
"district": "东城区"
}
}