正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -87,7 +87,7 @@ func LoginV3(header *protocol.RequestHeader, request *protocol.LoginRequest) (rs | @@ -87,7 +87,7 @@ func LoginV3(header *protocol.RequestHeader, request *protocol.LoginRequest) (rs | ||
87 | } | 87 | } |
88 | } | 88 | } |
89 | if !hasAuth { | 89 | if !hasAuth { |
90 | - err = protocol.NewErrWithMessage(4140, err) //账号不存在 | 90 | + err = protocol.NewErrWithMessage(2002, err) //账号不存在 |
91 | return | 91 | return |
92 | } | 92 | } |
93 | } | 93 | } |
-
请 注册 或 登录 后发表评论