From 4e6f7f8385949547bbd13bd1272185db160c0105 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期四, 18 七月 2024 14:09:15 +0800
Subject: [PATCH] Merge pull request #1533 from wendy512/bugfix
---
src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java b/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java
index c586255..229aeab 100644
--- a/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java
+++ b/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java
@@ -22,7 +22,7 @@
@Scheduled(fixedRate = 2 * 1000) //姣�3绉掓墽琛屼竴娆�
public void execute(){
JSONObject jsonObject = new JSONObject();
- jsonObject.put("ip", sipConfig.getIp());
+ jsonObject.put("ip", sipConfig.getShowIp());
jsonObject.put("port", serverPort);
redisCatchStorage.updateWVPInfo(jsonObject, 3);
}
--
Gitblit v1.8.0