From 9442d2d51f5b49778b4d7938478e1e3e99b0b4d1 Mon Sep 17 00:00:00 2001 From: shenzhuan Date: Sat, 26 Nov 2022 16:19:06 +0800 Subject: [PATCH] =?UTF-8?q?IP=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 222541d..6cfc582 100644 --- a/config.go +++ b/config.go @@ -20,7 +20,7 @@ const ( ConsulStr = "http://" + ConsulIp + ":8500" ConsulReistStr = ConsulIp + ":8500" DtmServer = "http://" + ConsulIp + ":36789/api/dtmsvr" - QSIp = "192.168.1.135" + QSIp = "192.168.1.113" //网线"192.168.1.135" QSBusi = "http://" + QSIp + ":6669" //注意本机IP ProductFileKey = "mysql-product" TradeFileKey = "mysql-trade"