🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# SendExtension.SendVerifyCode 方法 ## 注释 ~~~ 发送验证码 ~~~ ## 语法 ~~~ public static string SendVerifyCode( this Client client, //Client VerifyCodeEventArgs e, //验证码事件 string verifycode //验证码); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | client | Client | | e | 验证码事件 | | verifycode | 验证码 |