feat: Implement ChatGPT account registration flow and establish core backend API infrastructure with logging utilities.

This commit is contained in:
2026-02-03 03:22:43 +08:00
parent b014226074
commit cf25845a0b
8 changed files with 36 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ func checkAndCleanErrors() {
}
// 执行清理
logger.Info("开始定期清理错误账号...", "", "cleaner")
logger.Status("定期清理错误账号...", "", "cleaner")
errorAccounts, err := fetchAllErrorAccounts()
if err != nil {