企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# SendExtension.SendVerifyCode 方法 ## 注释 ~~~ 发送验证码 ~~~ ## 语法 ~~~ public static string SendVerifyCode( this Client client, //Client VerifyCodeEventArgs e, //验证码事件 string verifycode //验证码); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | client | Client | | e | 验证码事件 | | verifycode | 验证码 |