Skip to main content
GET
/
wallet
/
api
/
address
/
list
查询用户地址列表
curl --request GET \
  --url http://localhost/wallet/api/address/list
{
  "code": 123,
  "msg": "<string>",
  "data": [
    {
      "addressId": 123,
      "default": true,
      "detailedAddress": "<string>",
      "mobile": "<string>",
      "name": "<string>",
      "postCode": "<string>"
    }
  ]
}

Query Parameters

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
UserAddressDTO · object[]