初步完成接收发卡报文

This commit is contained in:
2024-11-19 18:34:38 +08:00
parent 942f94d420
commit 480e9ab6d5
9 changed files with 183 additions and 17 deletions

5
pkg/utils/mqtt.go Normal file
View File

@@ -0,0 +1,5 @@
package utils
import "github.com/eclipse/paho.golang/autopaho"
var GlobalMqttClient *autopaho.ConnectionManager