Skip to main content
POST
/
wallet
/
api
/
address
/
add
新增地址
curl --request POST \
  --url http://localhost/wallet/api/address/add
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "addressId": 123,
    "agencyCode": "<string>",
    "appId": "<string>",
    "appUserId": "<string>"
  }
}

Query Parameters

agencyCode
string
required

代理商码

appId
string
required

App标识

appUserId
string
required

App用户ID

city
string
required

城市

country
string
required

国家/地区

default
boolean
required

是否默认地址

detailedAddress
string
required

详细地址

email
string

邮箱

firstName
string
required

lastName
string
required

mobile
string
required

手机号

postCode
string
required

邮编

province
string

省/州

sign
string
required

签名

street
string

街道

Response

200 - application/json

OK

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