由sms切换阿里短信验证码,去除语音验证码

This commit is contained in:
kai60
2021-07-03 22:27:05 +08:00
parent 3f5ee249b5
commit 6f07bde049
7 changed files with 113 additions and 79 deletions
@@ -92,7 +92,7 @@
-(void)showTitle:(NSString*)title messsage:(NSString*)message{
UIAlertController *alertController = [UIAlertController alertControllerWithTitle:title message:message preferredStyle:UIAlertControllerStyleAlert];
UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
NSLog(@"cancel Action");
}];
[alertController addAction:cancelAction];