{
"authentication": {
"sign": "{{sign}}",
"timestamp": "{{timestamp}}"
}
}
curl --location --request POST 'https://flight-test.flightroutes24.com/api/new/selectBalance.do' \
--header 'Accept-Encoding;' \
--header 'appKey;' \
--header 'content-Type: application/json' \
--data-raw '{
"authentication": {
"sign": "",
"timestamp": ""
}
}'
{
"traceId": "NEWAPI250117122529266071224",
"code": "000000",
"message": "成功",
"processingTime": 28,
"data": {
"accountBalance": 2108.96,
"availableCreditLimit": 2507,
"accountCurrency": "CNY",
"accountPayable": 2645.1,
"time": "2025/01/17 12:25:29"
}
}