名称:用户领取奖品列表
接口:/merchant/live/liveGiftUserList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | 礼物id | 36 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 2,
"last_page": 1,
"data": [
{
"username": "高南安", //用户名
"name": "", //用户填写的名字
"mobile": "",//用户填写的手机号码
"address": "" ////用户填写的地址
},
{
"username": "刘博",
"name": "",
"mobile": "",
"address": ""
}
]
}
}