Forráskód Böngészése

设备获取服务端配置,增加是否合流

Jeremy 2 éve
szülő
commit
4571a14d3b
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Service/DeviceService.cs

+ 1 - 0
Service/DeviceService.cs

@@ -677,6 +677,7 @@ namespace WingDeviceService.Service
             dictionary.Add("PatientType", org.PatientType.ToString());
             dictionary.Add("HeartRateSeconds", _heartRateSeconds.ToString());
             dictionary.Add("NotificationUrl", _webSocketUrl);
+            dictionary.Add("MergedChannel", deviceInfo.MergedChannel.ToString());
             dictionary.Add("LiveConsultationRateSeconds", _liveConsultationRateSeconds.ToString());
             return dictionary;
         }