[TOC]
简要描述
请求URL
/index/recharge/repost_k_data
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
int |
卡券ID |
返回示例
{
"code": 0,
"data": {
"scan_code": 1,
"receive": 2,
"total_comment": 3,
"total_like": 4 ,
"total_play": 5,
"total_share": 6,
"my_coupon": 7,
"my_coupon_use":8
},
"msg":""
}
返回参数说明
参数名 |
类型 |
说明 |
scan_code |
int |
扫码数 |
receive |
int |
领取数 |
total_comment |
int |
评论数 |
total_like |
int |
点赞数 |
total_play |
int |
播放数 |
total_share |
int |
分享数 |
my_coupon |
int |
我拥有的该卡券数 |
my_coupon_use |
int |
我已使用的该卡券数 |
备注