back_recharge
parent
0b0f021bf5
commit
83501823b7
|
@ -523,7 +523,7 @@ public class MessageUtil {
|
||||||
* @param chatV3
|
* @param chatV3
|
||||||
*/
|
*/
|
||||||
private static void skyEyeSendMsg(ChatProto.ChatV3 chatV3){
|
private static void skyEyeSendMsg(ChatProto.ChatV3 chatV3){
|
||||||
LOGGER.info("天眼上报,参数:【{}】",chatV3.toBuilder().toString());
|
LOGGER.info("天眼上报,参数:【{}】",chatV3.toString());
|
||||||
SkyEyeAutoConfigration netServerConfig = ConfigurableApplicationContextManager.getBean(SkyEyeAutoConfigration.class);
|
SkyEyeAutoConfigration netServerConfig = ConfigurableApplicationContextManager.getBean(SkyEyeAutoConfigration.class);
|
||||||
SkyEyeProperties properties = netServerConfig.getSkyEyeProperties();
|
SkyEyeProperties properties = netServerConfig.getSkyEyeProperties();
|
||||||
if(properties == null){
|
if(properties == null){
|
||||||
|
|
Loading…
Reference in New Issue