等待插卡逻辑完成

This commit is contained in:
2024-11-22 14:48:05 +08:00
parent 2886009d4d
commit 4df77f15d9
4 changed files with 53 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ func PushCard(ctx context.Context) leaf.HandlerFunc {
devices := make([]*card_device.Device, 0)
for _, group := range config.C.Game.CardGroups {
gv, _ := json.Marshal(group)
zap.S().Info("发卡指针初始化:", string(gv))
zap.S().Info("发卡指针:", string(gv))
device, err := card_device.New(group)
if err != nil {