POST/plugin.taobao-flash-shopping.api.order.pay-button

传入参数说明(链接上带的参数全部传过来):

参数名 类型 说明
order_id int 订单id

返回示例(和商城预下单接口返回一样):

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "pay_sn": "TS260606202287B0F0",
        "price": "7.88",
        "buttons": [
            {
                "code": "bgzchinaPay",
                "name": "贵州银行聚合支付",
                "value": 140,
                "weight": 0,
                "other": [],
                "icon": {
                    "icon_url": "icon-guizhouyinhangjuhezhifu",
                    "color": "#FF3333"
                }
            }
        ]
    }
}

错误时返回:


返回参数说明:

参数名 类型 说明
pay_sn string 流水号
price int 支付金额
buttons array 支付金额