{
"id": 4,
"contact": "Joker",
"phone": "18666666666",
"province": "云南省",
"city": "昆明市",
"district": "盘龙区",
"address": "我是详细地址",
"isDefault": true
}
curl --location --request POST 'https://mall.dusksnow.top/app/user/address/update' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 4,
"contact": "Joker",
"phone": "18666666666",
"province": "云南省",
"city": "昆明市",
"district": "盘龙区",
"address": "我是详细地址",
"isDefault": true
}'
{
"code": 1000,
"message": "success"
}