feat: Implement ChatGPT account registration flow and establish core backend API infrastructure with logging utilities.
This commit is contained in:
@@ -309,7 +309,7 @@ func runBanCheckTask(owners []database.TeamOwner, concurrency int) {
|
||||
lastBanCheckTime = time.Now()
|
||||
}()
|
||||
|
||||
logger.Info(fmt.Sprintf("开始封禁检查: 共 %d 个母号, 并发数: %d", len(owners), concurrency), "", "ban-check")
|
||||
logger.Status(fmt.Sprintf("封禁检查中: 共 %d 个母号, 并发数: %d", len(owners), concurrency), "", "ban-check")
|
||||
|
||||
// 任务队列
|
||||
taskChan := make(chan database.TeamOwner, len(owners))
|
||||
|
||||
Reference in New Issue
Block a user