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 }