💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# QQLite.Framework.Entity.LoginStatus 类 ## 注释 ~~~ 登陆状态 ~~~ ## 语法 ~~~ public class LoginStatus ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [WrongPassword](https://www.kancloud.cn/gxser1986/cqrobot/3016254) | 密码错误 | | | [ErrorMessage](https://www.kancloud.cn/gxser1986/cqrobot/3016255) | 错误信息 | | | [Denied](https://www.kancloud.cn/gxser1986/cqrobot/3016256) | 需要激活QQ | | | [Logout](https://www.kancloud.cn/gxser1986/cqrobot/3016257) | 未登录 | | | [Connectting](https://www.kancloud.cn/gxser1986/cqrobot/3016258) | 正在连接服务器 | | | [Connected](https://www.kancloud.cn/gxser1986/cqrobot/3016259) | 连接到服务器 | | | [NeedVerifyCode](https://www.kancloud.cn/gxser1986/cqrobot/3016260) | 需要验证码 | | | [SendVerifyCode](https://www.kancloud.cn/gxser1986/cqrobot/3016261) | 发送验证码 | | | [Login](https://www.kancloud.cn/gxser1986/cqrobot/3016262) | 登陆成功 | | | [GetList](https://www.kancloud.cn/gxser1986/cqrobot/3016263) | 下载QQ列表 | | | [Failed](https://www.kancloud.cn/gxser1986/cqrobot/3016264) | 登陆失败 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [ToString](https://www.kancloud.cn/gxser1986/cqrobot/3016266) | 登录状态信息 |