Browse Source

上报屏幕画面尺寸,调整

Jeremy 2 years ago
parent
commit
bd0334b5ac
1 changed files with 1 additions and 0 deletions
  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;
         }