{
"userId": 1,
"consignee": "aring",
"tel": "13000000000",
"receiveAddressCode": 350000,
"receiveDetailAddress": "xx小区6栋601"
}curl --location --request POST 'https://online-bookstore.aring.cc/api/receiving/add' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1,
"consignee": "aring",
"tel": "13000000000",
"receiveAddressCode": 350000,
"receiveDetailAddress": "xx小区6栋601"
}'{
"code": 0,
"message": "成功",
"data": {
"userId": 1,
"consignee": "aring",
"tel": "13000000000",
"receiveAddressCode": 350000,
"receiveDetailAddress": "xx小区6栋601",
"id": 1,
"delFlag": 0
}
}