Commit a131c1b9 by pierce

修复获取验证码没有弹出提示框的问题

parent 7a5e1957
......@@ -196,7 +196,7 @@
}
- (void)fus_getCaptchaCodeWith:(NSString *)countrycode phone:(NSString *)phone success:(void (^)(FUSCaptchaModel *))success failure:(void (^)(NSString *, int))failure{
[FUSLoginHttpHelper fus_getCaptchaCodeWith:countrycode phone:phone success:success failure:false];
[FUSLoginHttpHelper fus_getCaptchaCodeWith:countrycode phone:phone success:success failure:failure];
}
- (void)fus_checkCaptchaCodeWithData:(NSString *)data checktype:(NSInteger)checktype success:(void (^)(void))success failure:(void (^)(NSString *, int))failure{
[FUSLoginHttpHelper fus_checkCaptchaCodeWithData:data checktype:checktype success:success failure:failure];
......
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 sign in to comment