修复兼容接口数据内容

This commit is contained in:
648540858
2024-09-18 16:08:13 +08:00
parent c4076ed393
commit 5bc0ff09eb
4 changed files with 54 additions and 25 deletions

View File

@@ -411,7 +411,7 @@ public class PlatformChannelServiceImpl implements IPlatformChannelService {
SubscribeInfo subscribeInfo = SubscribeInfo.buildSimulated(platform.getServerGBId(), platform.getServerIp());
try {
sipCommanderFroPlatform.sendNotifyForCatalogAddOrUpdate(CatalogEvent.UPDATE, platform, channelList, subscribeInfo, null);
sipCommanderFroPlatform.sendNotifyForCatalogAddOrUpdate(CatalogEvent.ADD, platform, channelList, subscribeInfo, null);
} catch (InvalidArgumentException | ParseException | NoSuchFieldException |
SipException | IllegalAccessException e) {
log.error("[命令发送失败] 国标级联 Catalog通知: {}", e.getMessage());