卡券数据统计(抖音)
[TOC]
简要描述
- 卡券数据统计(抖音)
请求URL
/index/proxy/coupon_data
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 卡券ID |
返回示例
{
"code": 0,
"data": {
"scan_code": 1,
"receive": 2,
"total_comment": 3,
"total_like": 4 ,
"total_play": 5,
"total_share": 6,
},
"msg":""
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
scan_code | int | 扫码数 |
receive | int | 领取数 |
total_comment | int | 评论数 |
total_like | int | 点赞数 |
total_play | int | 播放数 |
total_share | int | 分享数 |
备注
- 无