请求例子:
apirq('order/:order_id', {
data: {
"order_id": "5ae2973301010000"
},
urlparams: [
"order_id"
]
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1525945818",
"data": {
"order_id": "5ae2973301010000",
"order_no": "2018042751991015",
"order_type": 1,
"flow_type": 0,
"pay_type": 2,
"payto_type": 0,
"order_status": 0,
"freeze_status": 0,
"refund_status": 0,
"allow_refund": 0,
"installments": 0,
"islock": 0,
"isclose": 0,
"isaudit": 0,
"isvalid": 1,
"isrefund": 0,
"result": 0,
"account_id": "7d5f03221887018e",
"amount": "50.00",
"realpay_amount": "0.00",
"arrival_amount": "0.00",
"charges_third": "0.00",
"charges_sys": "0.00",
"create_time": "2018-04-27 11:21:23",
"create_by": "0000000000000001",
"update_time": "2018-04-27 11:21:23",
"update_by": "0000000000000001",
"audit_time": 0,
"audit_by": "",
"pay_time": 0,
"pay_by": "",
"loan_time": 0,
"loan_by": "",
"apply_time": 0,
"apply_by": "",
"third_trade_no": "",
"tobancard": "",
"remark": "",
"delete_time": null
}
}