修复第一次登录失败的BUG

This commit is contained in:
LawyZHENG
2021-03-24 13:13:23 +08:00
parent 6f06e72411
commit 34499969cc
5 changed files with 10 additions and 18 deletions

View File

@@ -177,7 +177,6 @@ func (c *AccountController) DingTalkLogin() {
_ = member.Update("last_login_time")
c.SetMember(*member)
c.LoggedIn(false)
}
c.JsonResult(0, "ok", username)
}