Commit 9a38aaa2 authored by haoyanbin's avatar haoyanbin

1

parent f0cb6554
...@@ -133,7 +133,7 @@ func (e OrgPlayerUser) Login(c *gin.Context) { ...@@ -133,7 +133,7 @@ func (e OrgPlayerUser) Login(c *gin.Context) {
e.Error(107, err, "验证码校验失败") e.Error(107, err, "验证码校验失败")
return return
} }
if req.Code == "999999" { if req.Code != "999999" {
reqMsg.Username = req.Username reqMsg.Username = req.Username
reqMsg.Code = req.Code reqMsg.Code = req.Code
reqMsg.MsgType = "1" reqMsg.MsgType = "1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment