名称:红包列表
接口:/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,
"num": 1,
"total_amount": 1,
"residue_amount": 1,
"username": "主持人",
"status": 1
},
{
"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
}
]
}
}