| | |
| | | } |
| | | |
| | | - (void)mirrorFlipAction { |
| | | __weak MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES]; |
| | | __weak __typeof(self)weakSelf = self; |
| | | [[EZHttpUtil sharedManager] setPtzMiroor:self.deviceInfo.deviceSerial command:self.mirrorFlipCommand completion:^(ResponseData * _Nonnull responseData) { |
| | | NSLog(@"#######设置镜像翻转值返回结果:%@", [responseData yy_modelToJSONString]); |
| | | [hud hide:YES]; |
| | | if (responseData.success) { |
| | | [UIView dd_showMessage:NSLocalizedString(@"api_mirror_flip_success", @"画面翻转成功")]; |
| | | } else { |