diff --git a/config.go b/config.go index 8110a2a..e56d93a 100644 --- a/config.go +++ b/config.go @@ -19,7 +19,7 @@ const ( //DTM 服务地址 ConsulIp = "192.168.100.131" DtmServer = "http://192.168.100.131:36789/api/dtmsvr" - QSIp = "192.168.1.135" + QSIp = "192.168.1.113" QSBusi = "http://192.168.1.113:6669" //注意本机IP )