{
"id": 0,
"receiverName": "string",
"receiverPhone": "string",
"userAddress": "string"
}
curl --location --request POST '/appMark/goodsOrder/editAddress' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"receiverName": "string",
"receiverPhone": "string",
"userAddress": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}