Authorization: Bearer ********************
{
"userName":"萧红",
"province":"河北省",
"city":"保定市",
"county":"莲池区",
"addressDetail":"鼓楼大街1307号",
"areaCode":"110101",
"postalCode":"110100",
"telPhone":"15731231027",
"isDefault":"1"
}
curl --location --request POST 'http://47.93.16.76:8080/app/user/api/v1/add/address' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName":"萧红",
"province":"河北省",
"city":"保定市",
"county":"莲池区",
"addressDetail":"鼓楼大街1307号",
"areaCode":"110101",
"postalCode":"110100",
"telPhone":"15731231027",
"isDefault":"1"
}'
{
"msg": "操作成功",
"code": 200,
"data": 1
}