curl --location --request POST '/zngw/getVesselPortInfoByServiceCodeTOS' \
--header 'Content-Type: application/x-www-form-urlencoded'{
"code": 0,
"message": "成功",
"data": [
{
"serviceName": "中远海运",
"serviceCode": "COSU",
"serviceCodeTos": "COSU",
"serviceNameTos": "中远海运",
"portCode": "CNNGB"
},
{
"serviceName": "中远海运",
"serviceCode": "COSU",
"serviceCodeTos": "COSU",
"serviceNameTos": "中远海运",
"portCode": "USLAX"
}
],
"total": 2,
"timestamp": 1707985800000
}