名称:红包列表
接口:/merchant/live/redPacketList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 36 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 3,
"last_page": 1,
"data": [
{
"id": 1,
"wishing": "大吉大利,今晚吃鸡", //封面
"type": 1, //类型 1 普通 2 拼手气
"num": 1, //数量
"total_amount": 1, //金额
"residue_amount": 1, //剩余金额
"username": "主持人", //用户
"status": 1 //状态 1未发送 2已发送 0发送失败
},
{
"id": 2,
"wishing": "2",
"type": 2,
"num": 5,
"total_amount": 1,
"residue_amount": 1,
"username": "主持人",
"status": 1
},
{
"id": 3,
"wishing": "2",
"type": 2,
"num": 5,
"total_amount": 1,
"residue_amount": 1,
"username": "主持人",
"status": 1
}
]
}
}