|
@@ -336,6 +336,13 @@
|
|
|
#pragma mark 验证SN
|
|
|
- (void)checkSNFunBy:(NSString *)sn{
|
|
|
|
|
|
+ if(sn.length != 22){
|
|
|
+ NSString *title1 = NSLocalizedString(@"login_input_error_tip",nil);
|
|
|
+ [[iToast makeText:title1] show];
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
KWeakSelf
|
|
|
[[netWorkManager shareInstance] getThridMsgBySN:sn success:^(id _Nonnull responseObject) {
|
|
|
DeviceThirdIdModel *model = responseObject;
|