back_recharge
duhui 2023-01-24 10:26:15 +08:00
parent f32826aa3e
commit 0c51449a16
1 changed files with 90 additions and 85 deletions

View File

@ -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) {