From 43225a11e282f1c4d20e0b2b0c93c6ffa8c5f3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E6=BC=8F=E6=B4=9E?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=8C=E6=88=90?= <> Date: Sun, 13 Apr 2025 02:18:51 +0800 Subject: [PATCH] df --- .idea/workspace.xml | 19 ------------------- main.go | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d2923e4..d6a601b 100755 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,8 @@ - - - - - - - - - - @@ -86,15 +76,6 @@ - - - - - - - - - diff --git a/main.go b/main.go index aa4e58c..5a0fbd0 100755 --- a/main.go +++ b/main.go @@ -437,7 +437,7 @@ var messagePubHandler mqtt.MessageHandler = func(client mqtt.Client, msg mqtt.Me fmt.Println(topic) - privatePath := "privateKey.pem" + privatePath := "/Users/edao/GolandProjects/go_mqtt/privateKey.pem" if topic == "app_push" { fmt.Println("珠海电厂APP收到mqtt消息")