{
"recordId":123123
}
curl --location --request POST '/ypc/vientiane/snatch/treasure/activity/checkLogisticsInformation' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordId":123123
}'
{
"code": "200",
"message": null,
"data": {
"logisticsGs": "添加物流信息1改",
"mailno": "528005387414646",
"senderName": "韵达快递1"
},
"success": true
}