public class FansCardUtil
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
USE_TYPE_CONFIRM |
static int |
USE_TYPE_DEFAULT |
构造器和说明 |
---|
FansCardUtil() |
限定符和类型 | 方法和说明 |
---|---|
static int |
getReportFansCardStatus(int status) |
static void |
report_kewl_fans_card(int act,
int type,
java.lang.String cardId,
int sn,
int result)
card_type byte(1字节) 卡片类型 新增字段
1、流量卡
2、粉丝卡
act byte(1字节)
1、展示
2、点击
types byte(1字节) 类型
20、粉丝卡页面展现 展示
21、未使用流量卡 展示
22、已使用流量卡 展示
23、use 点击
24、确认使用弹窗 展示
25、确认-确认使用弹窗 点击
26、取消-确认使用弹窗 点击
27、关闭-确认使用弹窗 点击
28、等待排队弹窗 展示
29、确认-等待排队弹窗 点击
30、取消-等待排队弹窗 点击
31、关闭-等待排队弹窗 点击
32、已有粉丝卡使用弹窗 展示+点击
cardid string(20) cardid
sn byte(1字节) 多少粉丝
|
static void |
report_kewl_flowcard(int source,
java.lang.String vid,
int act,
int type,
java.lang.String cardId,
int sn,
java.lang.String reserveTime,
int result)
*card_type byte(1字节) 卡片类型 新增字段
1、流量卡
2、粉丝卡
userid2 string(20) 用户id
liveid2 string(50) 直播间id
identity byte(1字节) 主播身份
act byte(1字节)
1、展示
2、点击
source byte(1字节)
1、直播间
2、个人页
types byte(1字节) 类型
1、未使用流量卡
2、已预订流量卡
3、已使用流量卡
4、流量卡入口 注:卡片页面(展示量=卡片入口点击量)
5、确认页面
6、直播间预约页面
7、个人页面-my bag流量卡
8、个人页面-my bag流量卡预约界面
9、立即使用
10、取消使用
11、预约使用
12、点击使用(预约时间)
cardid string(20) cardid
sn byte(1字节) 多少位卡
appointment string(20) 预约时间:点击使用时上报(2018-08-08 16:00:00)
result byte(1字节) 是否成功
1、成功
2、失败
3、推荐
|
static void |
useFansCard(java.lang.String cardId,
int useType,
com.app.common.common.AsyncActionCallback callback)
使用粉丝卡
|
public static final int USE_TYPE_DEFAULT
public static final int USE_TYPE_CONFIRM
public static void useFansCard(java.lang.String cardId, int useType, com.app.common.common.AsyncActionCallback callback)
public static void report_kewl_flowcard(int source, java.lang.String vid, int act, int type, java.lang.String cardId, int sn, java.lang.String reserveTime, int result)
types byte(1字节) 类型 1、未使用流量卡 2、已预订流量卡 3、已使用流量卡 4、流量卡入口 注:卡片页面(展示量=卡片入口点击量) 5、确认页面 6、直播间预约页面 7、个人页面-my bag流量卡 8、个人页面-my bag流量卡预约界面 9、立即使用 10、取消使用 11、预约使用 12、点击使用(预约时间) cardid string(20) cardid sn byte(1字节) 多少位卡 appointment string(20) 预约时间:点击使用时上报(2018-08-08 16:00:00) result byte(1字节) 是否成功 1、成功 2、失败 3、推荐
public static void report_kewl_fans_card(int act, int type, java.lang.String cardId, int sn, int result)
cardid string(20) cardid sn byte(1字节) 多少粉丝
public static int getReportFansCardStatus(int status)