简要描述:
- 订单详情
请求URL:
GET/route=plugin.crowdfunding.frontend.pre-activity-order.detail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
order_sn | 是 | string | 订单支付号 |
返回示例:
正确时返回:
{
"order_sn": "CG20220726160634A4V9X9",
"amount": "3000.00",
"buttons": [
{
"code": "balance",
"name": "\u4f59\u989d",
"value": 3,
"need_password": false,
"weight": 1001
}
]
}
参数名 | 类型 | 说明 |
---|---|---|
data | array | 支付信息 |