Kaynağa Gözat

上报屏幕画面尺寸,调整

Jeremy 2 yıl önce
ebeveyn
işleme
bd0334b5ac
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Service/DeviceService.cs

+ 1 - 0
Service/DeviceService.cs

@@ -1052,6 +1052,7 @@ namespace WingDeviceService.Service
             await _deviceInfoDBServiceProxy.UpdateVideoDeviceInfosAsync(updateVideoDeviceInfosDBRequest);
             CacheMaintenance.Instance.Get<IDeviceInfosManager>().Remove(deviceDTO.DeviceCode);
             result.Success = true;
+            result.VideoDeviceOutputInfos = videoDeviceInfos;
             return result;
         }