리팩토링 중
This commit is contained in:
@@ -61,7 +61,7 @@ namespace UVC.Factory.Playback
|
||||
httpRequestConfig.AddSplitConfig("ALARM", DataMapperValidator.Get("ALARM"));
|
||||
foreach (var item in list)
|
||||
{
|
||||
await HttpDataProcessor.ProcessSplitResponse(httpRequestConfig, item.data);
|
||||
HttpDataProcessor.ProcessSplitResponse(httpRequestConfig, item.data);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -87,7 +87,7 @@ namespace UVC.Factory.Playback
|
||||
httpRequestConfig.AddSplitConfig("ALARM", DataMapperValidator.Get("ALARM"));
|
||||
foreach (var item in list)
|
||||
{
|
||||
await HttpDataProcessor.ProcessSplitResponse(httpRequestConfig, item.data);
|
||||
HttpDataProcessor.ProcessSplitResponse(httpRequestConfig, item.data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user