1、批量下单 没配置波段修改

This commit is contained in:
2025-06-17 18:21:51 +08:00
parent 0f9b966fdb
commit 5e4286de50
6 changed files with 67 additions and 49 deletions

View File

@ -3,6 +3,7 @@ package helper
import (
"context"
"errors"
"fmt"
"go-admin/pkg/utility"
"math/rand"
"strconv"
@ -60,6 +61,8 @@ func InitLockRedisConn(host, password, dbIndex string) {
log.Error("Failed to connect to Redis", zap.Error(err))
panic(err)
}
fmt.Println("redis lock初始化完毕")
})
}