[1078] 适配新结构接入通用通道

This commit is contained in:
lin
2025-07-31 21:21:31 +08:00
parent 333965255f
commit 2ee9a3fa71
8 changed files with 176 additions and 47 deletions

View File

@@ -39,7 +39,7 @@ public class JTChannel extends CommonGBChannel {
@Schema(description = "流信息")
private String stream;
private Integer dataType = ChannelDataType.JT_1078.value;
private Integer dataType = ChannelDataType.JT_1078;
@Override
public String toString() {