{
"name": "收货人",
"phone": "手机号码",
"provinceName": "省",
"provinceCode": "省编码",
"cityName": "市",
"cityCode": "市编码",
"districtName": "区",
"districtCode": "市编码",
"address": "详细地址",
"fullAddress": "完整地址",
"isDefault": 0
}
curl --location --request POST '/userAddress/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "收货人",
"phone": "手机号码",
"provinceName": "省",
"provinceCode": "省编码",
"cityName": "市",
"cityCode": "市编码",
"districtName": "区",
"districtCode": "市编码",
"address": "详细地址",
"fullAddress": "完整地址",
"isDefault": 0
}'
{
"code": 200,
"message": "成功",
"data": null
}