Skip to main content
POST
/
wallet
/
api
/
address
/
detail
地址详情
curl --request POST \
  --url http://localhost/wallet/api/address/detail
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "city": "<string>",
    "country": {
      "code": "CN",
      "desc": "China",
      "phoneCode": 86
    },
    "default": true,
    "detailedAddress": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "mobile": "86-13000000000",
    "postCode": "<string>",
    "addressId": 123,
    "email": "<string>",
    "province": "<string>",
    "street": "<string>"
  }
}

Query Parameters

addressId
integer<int64>
required

地址ID

agencyCode
string
required

代理商码

appId
string
required

App标识

appUserId
string
required

App用户ID

sign
string
required

签名

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
UserAddressDetailDTO · object