新增修改注册流程
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user