smssdk更新
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ UserModel*model=[[DataCenter defaultDtacenter]valueForKey:@"UserLogIn"];
|
||||
return;
|
||||
}
|
||||
|
||||
[SMSSDK commitVerificationCode:self.sureTextFiled.text phoneNumber:model.phoneNumber zone:self.areaCode result:^(SMSSDKUserInfo *userInfo, NSError *error) {
|
||||
[SMSSDK commitVerificationCode:self.sureTextFiled.text phoneNumber:model.phoneNumber zone:self.areaCode result:^(NSError *error) {
|
||||
|
||||
{
|
||||
if (!error)
|
||||
|
||||
+2
-2
@@ -216,7 +216,7 @@ extern BOOL firstLogIn;
|
||||
// return;
|
||||
// }
|
||||
|
||||
[SMSSDK commitVerificationCode:self.yanzhengfeild.text phoneNumber:self.xinModelNumber.text zone:self.areaCode result:^(SMSSDKUserInfo *userInfo, NSError *error) {
|
||||
[SMSSDK commitVerificationCode:self.yanzhengfeild.text phoneNumber:self.xinModelNumber.text zone:self.areaCode result:^(NSError *error) {
|
||||
|
||||
{
|
||||
if (!error)
|
||||
@@ -243,7 +243,7 @@ extern BOOL firstLogIn;
|
||||
[self.view makeToast:str];
|
||||
}
|
||||
}
|
||||
}];
|
||||
} ];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user