{
"TerminalCode":"码头代码",
"TruckNo":"集卡号",
"ContainerNo":"箱号",
"outTime":"出门时间"
}
curl --location --request POST 'http://apigate.npedi.com:8888/EdiWeb/ReceiveScodecoMsg' \
--header 'token: token' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"TerminalCode":"码头代码",
"TruckNo":"集卡号",
"ContainerNo":"箱号",
"outTime":"出门时间"
}'
{"status":"200","msg":"数据接收成功"}