curl --location '/api/user_address/detail?id=' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"user_id": 1,
"contact": "李四",
"mobile": "17306643985",
"province_id": 4444,
"city_id": 44444,
"district_id": 444444,
"address": "天上人间",
"longitude": "0",
"latitude": "0",
"is_default": 0,
"create_time": "2022-02-20 12:30:00",
"update_time": null,
"delete_time": null
}
}