feat: Implement ChatGPT account registration flow and establish core backend API infrastructure with logging utilities.
This commit is contained in:
@@ -80,7 +80,7 @@ func checkAndCleanErrors() {
|
||||
}
|
||||
|
||||
// 执行清理
|
||||
logger.Info("开始定期清理错误账号...", "", "cleaner")
|
||||
logger.Status("定期清理错误账号中...", "", "cleaner")
|
||||
|
||||
errorAccounts, err := fetchAllErrorAccounts()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user