通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
# QQLite.Framework.QQEnum.FriendAddAuthCommand 枚举 ## 注释 ~~~ 添加好友验证方式 (01表示不需要验证时的加对方为好友,03表示接受并加对方为好友,04表示只接受,05表示拒绝) ~~~ ## 语法 ~~~ public enum FriendAddAuthCommand : byte ~~~ ## 字段 | | 名称 | 说明 | | --- | --- | --- | | | [Add](https://www.kancloud.cn/gxser1986/cqrobot/3015894) | 加对方为好友时,对方不需要认证时 | | | [NoAuth](https://www.kancloud.cn/gxser1986/cqrobot/3015895) | 不需要验证时的加对方为好友 unknown this cmd To Use | | | [NeedAuthor](https://www.kancloud.cn/gxser1986/cqrobot/3015896) | 发送请求认证信息 当加对方为好友需要认证时 | | | [ApproveAndAdd](https://www.kancloud.cn/gxser1986/cqrobot/3015897) | 接受并加对方为好友 | | | [Approve](https://www.kancloud.cn/gxser1986/cqrobot/3015898) | 只接受(通过认证) | | | [Reject](https://www.kancloud.cn/gxser1986/cqrobot/3015899) | 拒绝 | | | [AnswerAdd](https://www.kancloud.cn/gxser1986/cqrobot/3015900) | 添加对方为好友时,需要回答问题时 |