查询定时模式
This commit is contained in:
@@ -505,6 +505,14 @@ Copy NSString *deviceId;
|
||||
self.HUD.labelText = @"绑定失败";
|
||||
[self.HUD hide:YES afterDelay:2];
|
||||
}
|
||||
else
|
||||
{
|
||||
[self appendTrakContent:@"绑定返回状态码错误。设备信息为:%@"];
|
||||
|
||||
self.bakbutton.userInteractionEnabled=YES;
|
||||
self.HUD.labelText = [NSString stringWithFormat:@"绑定失败:%@",resultDic[@"result"]];
|
||||
[self.HUD hide:YES afterDelay:2];
|
||||
}
|
||||
|
||||
|
||||
} failure:^(NSError *err) {
|
||||
|
||||
Reference in New Issue
Block a user