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消息")