名称:用户发红包(native)
接口:/api/livepay/giveRedPacketNative
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 9 |
num | int | Y | 红包数量 | 9 |
money | int | Y | 金额单位元 | 9 |
type | int | Y | 1普通 2 拼手气 3 打赏 | 9 |
说明
1.此方法需要登录,
{
"code": 200,
"message": "success",
"result": {
"title": "拼手气红包",
"orderno": "20201204151621965632",
"money": "20.99",
"code_url": "weixin://wxpay/bizpayurl?pr=FSESmsU00"
}
}