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