back_recharge
duhui 2021-10-28 13:30:59 +08:00
parent 0b0f021bf5
commit 83501823b7
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ public class MessageUtil {
* @param chatV3
*/
private static void skyEyeSendMsg(ChatProto.ChatV3 chatV3){
LOGGER.info("天眼上报,参数:【{}】",chatV3.toBuilder().toString());
LOGGER.info("天眼上报,参数:【{}】",chatV3.toString());
SkyEyeAutoConfigration netServerConfig = ConfigurableApplicationContextManager.getBean(SkyEyeAutoConfigration.class);
SkyEyeProperties properties = netServerConfig.getSkyEyeProperties();
if(properties == null){