新增修改注册流程

This commit is contained in:
zyj
2025-09-30 11:19:39 +08:00
parent 22e21f6eb8
commit dbf8b5bcca
9 changed files with 391 additions and 42 deletions

View File

@@ -78,7 +78,7 @@ func unlockWork(task *paramsTypes.Task, id int64) {
defer func() {
if r := recover(); r != nil {
log.Printf("Goroutine panic: %v\nStack: %s", r, debug.Stack())
// AccountService.ChangeAccountLoginStatus(int(id), "账号下线")
AccountService.ChangeAccountLoginStatus(int(id), "账号下线")
// TwitterService.Logout(int(id))
}
}()