Get user address information
Request
Body Params application/json
Request Code Samples
curl --location 'https://www.xportcn.com/api/alibaba/address/get' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
{
"id": 11,
"developId": 1052269743416803800,
"userId": "221718532325",
"name": "测试",
"province": "杭州",
"city": "浙江",
"district": "余杭区",
"address": "测试",
"phone": "13513513513"
}
Modified at 2026-04-06 06:44:50