根据ID获取收获地址
7· 根据ID获取收获地址
请求方式: GET
URL:https://{path}/personalCenter/AddressInfoDetail
入参:
Type: RequestParam
{
"addrId": String 地址ID 必填
}
出参:
{
"code": "000000",
"message": "SUCCESS",
"time": "2021-12-17T03:19:55.485+0000",
"body": {
"id": "ad001" //ID
"fullname": "尹洪刚" //姓名
"tel": "18005469875" //电话
"city": "江苏省苏州市虎丘区" //省市区
"addr": "xxxxxxxxxxxxxxxxx" //详细地址
"isDefault": String //是否默认 //0为否,1为是
}
}