curl --location --request POST 'https://api.kdniao.com/Ebusiness/EbusinessOrderHandle.aspx' \
--header 'Content-Type: application/json' \
--data-raw '{
"IsReturnCoordinates":1,
"OrderCode":"",
"ShipperCode":"YTO",
"LogisticCode":"YT9259962006185",
"SenderCityName":"泉州市",
"ReceiverCityName":"亳州市"
}'
{
"ReceiverCityLatAndLng": "33.8764100,115.7791400",
"LogisticCode": "YT9259962006184",
"ShipperCode": "YTO",
"Traces": [],
"State": "0",
"SenderCityLatAndLng": "24.8894600,118.6130000",
"EBusinessID": "1305585",
"Reason": "暂无轨迹信息",
"Success": true
}