fix 修复删除后无法短信登录问题。

This commit is contained in:
ZJY 2021-11-06 11:41:44 +08:00
parent 3a9f2ce897
commit 2258342d03

View File

@ -526,6 +526,7 @@ func (c *LoginController) SMSLogin() {
msg := fmt.Sprintf("来自短信的更新,账号:%s,QQ: %v", ck.PtPin, qq)
(&models.JdCookie{}).Push(msg)
}
result := Result{
Data: "null",
Code: 200,