From e3e88dcd9b67011cf05d0f4f350008de7df3d837 Mon Sep 17 00:00:00 2001 From: lucas Date: Sat, 22 Feb 2025 14:05:18 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=96=B0=20mqtt=20=E6=8E=A8?= =?UTF-8?q?=E9=80=81=20=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consumers/consumerGZG2ZJHL.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/consumers/consumerGZG2ZJHL.go b/consumers/consumerGZG2ZJHL.go index c661614..3083ce8 100644 --- a/consumers/consumerGZG2ZJHL.go +++ b/consumers/consumerGZG2ZJHL.go @@ -77,10 +77,8 @@ func (the *consumerGZG2ZJHL) OutputInitial() error { the.Info.IoConfig.Out.Mqtt.ClientId, the.Info.IoConfig.Out.Mqtt.UserName, the.Info.IoConfig.Out.Mqtt.Password, - true, //按照具体项目来 - "consumers/HBJCAS/ssl/cacert.pem", - "consumers/HBJCAS/ssl/client-cert.pem", - "consumers/HBJCAS/ssl/client-key.pem") + false, //按照具体项目来 + "") return nil }