根据 order_hash 查询订单的当前状态和详情。
curl --location 'https://uat-pay.bkj.com/globalpay/v1/orders/19e06282e12-822b23045757b8da' \ --header 'X-Api-Key: your-X-Api-Key' \ --header 'X-Timestamp: 1770356156' \ --header 'X-Signature: xxxxxxxx' \ --header 'X-Nonce: xxxxxxx' \ --header 'Content-Type: application/json'
{ "orderHash": "19e06282e12-822b23045757b8da", "payAddress": "0xa920B87257208204D03E2f59A023475Aae70d80e", "amount": "0.001", "currency": "ETH", "chain": "Ethereum(ERC20)", "expireAt": "1778225157", "status": 4, "paidAt": "0", "txHash": "", "paidAmount": "", "redirectUrl": "www.bkj.com" }