{
"order_id":1000012397,
"express_set":{
"tracking_number":"1543542354326",
"express_name":"顺丰速运"
}
}
curl --location --request POST 'https://testapi.666visa.cn/openvisa/order_express_add' \
--header 'X-Date: ' \
--header 'X-Appid: {{appid}}' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id":1000012397,
"express_set":{
"tracking_number":"1543542354326",
"express_name":"顺丰速运"
}
}'
{
"ret": 0,
"msg": "ok",
"body": {}
}