{
"authentication": {
"sign": "{{sign}}",
"timestamp": "{{timestamp}}"
},
"auxOrderNo": "18599058925555712",
"orderNo": "18599020016177152",
"partnerAuxOrderNo": "",
"currency": "CNY",
"totalPrice": 7757,
"paymentMethod": "0"
}
curl --location --request POST 'https://flight-test.flightroutes24.com/api/new/ancillaryPurchase.do' \
--header 'Accept-Encoding;' \
--header 'appKey;' \
--header 'content-Type: application/json' \
--data-raw '{
"authentication": {
"sign": "",
"timestamp": ""
},
"auxOrderNo": "18599058925555712",
"orderNo": "18599020016177152",
"partnerAuxOrderNo": "",
"currency": "CNY",
"totalPrice": 7757,
"paymentMethod": "0"
}'
{
"traceId": "auxPay_NEWAPI2501171151003020813",
"code": "000000",
"message": "成功",
"processingTime": 1057,
"data": {
"auxOrderNo": "18599058925555712",
"orderNo": "18599020016177152",
"currency": "CNY",
"totalPrice": 7757
}
}