🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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) | 需要回答问题并审核 |