back_recharge
parent
f32826aa3e
commit
0c51449a16
|
@ -38,6 +38,7 @@ public class KtEventUtils {
|
||||||
|
|
||||||
|
|
||||||
public static void onKtEvent(User user, int eventType, Object... parm) {
|
public static void onKtEvent(User user, int eventType, Object... parm) {
|
||||||
|
try {
|
||||||
ParamEventBean paramEventBean = new ParamEventBean(eventType);
|
ParamEventBean paramEventBean = new ParamEventBean(eventType);
|
||||||
switch (eventType) {
|
switch (eventType) {
|
||||||
case ParamEventBean.UserActivityEvent:
|
case ParamEventBean.UserActivityEvent:
|
||||||
|
@ -124,6 +125,10 @@ public class KtEventUtils {
|
||||||
|
|
||||||
KTParam ktParam = ParamBuilder.paramBuild(user, eventType, paramEventBean);
|
KTParam ktParam = ParamBuilder.paramBuild(user, eventType, paramEventBean);
|
||||||
DataMessageUtils.addLogQueue(ktParam);
|
DataMessageUtils.addLogQueue(ktParam);
|
||||||
|
}catch (Exception e){
|
||||||
|
LOGGER.error("开天上报异常:{}",e.getMessage());
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static ParamEnvironmentBean enviromentBuild(int uid) {
|
public static ParamEnvironmentBean enviromentBuild(int uid) {
|
||||||
|
|
Loading…
Reference in New Issue