Commit c3262d6b authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent e17a71a8
......@@ -354,7 +354,7 @@
NSLog(@"getSmsCode response %@", response);
if([[response objectForKey:@"status"] integerValue] == 200){
[self countDown:sender];
}else if ([[response objectForKey:@"status"] integerValue] == 105) {
}else {
[MBProgressHUD showError:[response objectForKey:@"msg"] toView:self.view];
}
} failure:^(NSError * _Nonnull error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment