适配拉流代理

This commit is contained in:
648540858
2024-07-01 17:12:43 +08:00
parent e531e497c8
commit d1df17c007
3 changed files with 103 additions and 87 deletions

View File

@@ -25,4 +25,6 @@ public interface IGbChannelService {
void closeSend(CommonGBChannel commonGBChannel);
void batchAdd(List<CommonGBChannel> commonGBChannels);
void updateStatus(List<CommonGBChannel> channelList);
}