fix 修复删除后无法短信登录问题。
This commit is contained in:
parent
3a9f2ce897
commit
2258342d03
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user