作者 yangfu

用户信息修改

... ... @@ -87,7 +87,7 @@ func LoginV3(header *protocol.RequestHeader, request *protocol.LoginRequest) (rs
}
}
if !hasAuth {
err = protocol.NewErrWithMessage(4140, err) //账号不存在
err = protocol.NewErrWithMessage(2002, err) //账号不存在
return
}
}
... ...