名称:直播微信支付native
接口:/index/wxpay/liveNativePay
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 9 |
说明
1.此方法需要登录,
{
"code": 200,
"message": "success",
"result": {
"message": "直播收费",
"order_num": "2312312321321",
"money": "1.00",
"code_url": "weixin://wxpay/bizpayurl?pr=DYyLwDs"
}
}