Commit 7f6c3f53 authored by haoyanbin's avatar haoyanbin

1

parent a17805e7
......@@ -42,7 +42,7 @@ func (e OrgPlayerUser) GetMsg(c *gin.Context) {
err, userId := s.IsBeing(req.Username)
if err != nil {
e.Logger.Error(err)
e.Error(500, err, err.Error())
e.Error(101, err, "账号未找到")
return
}
if userId == 0 {
......
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