等待插卡逻辑完成
This commit is contained in:
@@ -22,6 +22,9 @@ func switchPoint(ctx context.Context, point int) leaf.HandlerFunc {
|
||||
case 4:
|
||||
// 4号点位(发卡机)
|
||||
return play.PushCard(ctx)
|
||||
case 5:
|
||||
// 5号点位(等待插卡)
|
||||
return play.WaitCard
|
||||
default:
|
||||
return play.Default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user