From aecf31b5f9b35d1bdcec73f3ff7f4564b766dfa2 Mon Sep 17 00:00:00 2001 From: shenzhuan Date: Thu, 10 Nov 2022 13:13:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E5=9C=B0=E5=9D=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=90=8D=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.go b/config.go index 7792664..cc3c880 100644 --- a/config.go +++ b/config.go @@ -21,8 +21,8 @@ const ( consulStr = "http://192.168.100.131:8500" consulReistStr = "192.168.100.131:8500" DtmServer = "http://192.168.100.131:36789/api/dtmsvr" - QSIp = "192.168.1.113" - QSBusi = "http://192.168.1.113:6669" //注意本机IP + QSIp = "192.168.1.135" + QSBusi = "http://192.168.1.135:6669" //注意本机IP productFileKey = "mysql-product" tradeFileKey = "mysql-trade" userFileKey = "mysql-user"