【feature】注册时支持短信验证码

This commit is contained in:
薛明浩
2018-03-11 13:48:24 +08:00
parent 2a69aca206
commit 77f09aaf07
4 changed files with 84 additions and 11 deletions
@@ -90,6 +90,17 @@ typedef void(^kanHuShangJia)(CertificationShopModel*kanHuShangJia);
-(void)getverifyWithTimerButton:(UIButton*)timeBtn addphoneNumber:(NSString*)phoneNumber zone:
(NSString*)areaCode result:(void (^)(NSError *err))result;
/**
* 获取验证码 SMS
*
* @param timeBtn 验证码按钮
* @param zone 区域号,不要加"+"号(Area code)
* @param isTextCode 是否为短信验证码
*/
-(void)getverifyWithTimerButton:(UIButton*)timeBtn addphoneNumber:(NSString*)phoneNumber zone:
(NSString*)areaCode isTextCode:(BOOL)isTextCode result:(void (^)(NSError *err))result;
/**
* 注册