Authorization: Bearer ********************
{
"webOrder" :"690000000001008323112758578890",
"orderStatus" :"50101",
"freightCode" : "",
"freightVendorName" :"京东快递",
"prodId" :""
}
curl --location --request POST '/api/order/upstream/tykj/callback' \
--header 'Content-Type: application/json' \
--data-raw '{
"webOrder" :"690000000001008323112758578890",
"orderStatus" :"50101",
"freightCode" : "",
"freightVendorName" :"京东快递",
"prodId" :""
}'
{}