天眼log

back_recharge
mengchengzhen 2021-06-24 11:49:52 +08:00
parent 611dc9cdc8
commit 0711bfd752
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ public class MessageUtil {
if(url == null){ if(url == null){
return v3; return v3;
} }
LOGGER.info("天眼封禁URL:{}",url); LOGGER.info("天眼封禁userId:{},zonId:{},content:{},URL:{}",me.getId(),String.valueOf(GameApplication.serverId),msg,url);
skyEyeExtraMap.put("url",url); skyEyeExtraMap.put("url",url);
v3.setExtra(JSON.toJSONString(skyEyeExtraMap)); v3.setExtra(JSON.toJSONString(skyEyeExtraMap));
return v3; return v3;