作者 yangfu

用户信息修改

@@ -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 }