初步完成接收发卡报文

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

View File

@@ -18,6 +18,9 @@ func switchPoint(point int) leaf.HandlerFunc {
switch point {
case 2: // 镇水塔点位
return play.OnlyVideo
case 4:
// 4号点位(发卡机)
return play.NewPushCard()
default:
return play.Default
}