名称:数据统计(红包打赏)
获取接口地址:/merchant/live/statisticsRedPacket
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"mTotal": 1, //主持人发红包金额 单位元
"uTotal": 1, //用户发红包金额 单位元
"rewardTotal": 20.99 //打赏金额 单位元
}
}