{
"addrId": 0,
"address": "string",
"areaCode": "string",
"areaName": "string",
"cityCode": "string",
"cityName": "string",
"commonAddr": 0,
"createTime": "2019-08-24T14:15:22Z",
"postCode": "string",
"provinceCode": "string",
"provinceName": "string",
"receiverMobile": "string",
"receiverName": "string",
"status": 0,
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0
}
curl --location --request POST '/useraddr/add_new_address' \
--header 'Content-Type: application/json' \
--data-raw '{
"addrId": 0,
"address": "string",
"areaCode": "string",
"areaName": "string",
"cityCode": "string",
"cityName": "string",
"commonAddr": 0,
"createTime": "2019-08-24T14:15:22Z",
"postCode": "string",
"provinceCode": "string",
"provinceName": "string",
"receiverMobile": "string",
"receiverName": "string",
"status": 0,
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0
}'
{
"code": 0,
"data": {},
"msg": "string"
}