code: ********************timestamp: ********************signature: ********************{
"orderId": "TO202607150001",
"bank": "ALIPAY",
"isChangeTicket": false,
"changeTicketId": "TC202607150001"
}curl --location '/train/openapi/v4/12306/pay-form' \
--header 'code: <api-key>' \
--header 'timestamp: <api-key>' \
--header 'signature: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "TO202607150001",
"bank": "ALIPAY",
"isChangeTicket": false,
"changeTicketId": "TC202607150001"
}'{
"code": 0,
"message": "Success",
"data": {
"OrderID": "TO202607150001",
"VendorOrderID": "E123456789",
"State": true,
"FailMsg": "",
"Form": 1,
"PayURL": "https://pay.12306.cn/example"
}
}