ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
# QQLite.Framework.QQEnum.FriendAuthType 枚举 ## 注释 ~~~ 认证类型,加一个人为好友时是否需要验证等等 ~~~ ## 语法 ~~~ public enum FriendAuthType : byte ~~~ ## 字段 | | 名称 | 说明 | | --- | --- | --- | | | [No](https://www.kancloud.cn/gxser1986/cqrobot/3015907) | 不需认证 | | | [NeedAuth](https://www.kancloud.cn/gxser1986/cqrobot/3015908) | 需要认证 | | | [Reject](https://www.kancloud.cn/gxser1986/cqrobot/3015909) | 对方拒绝加好友 | | | [NeedAnswer](https://www.kancloud.cn/gxser1986/cqrobot/3015910) | 需要回答问题 | | | [NeedAnswerAndAuth](https://www.kancloud.cn/gxser1986/cqrobot/3015911) | 需要回答问题并审核 |