feat(streamProxy): StreamProxy增加cameraCode字段

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 10:52:59 +08:00
parent 0c80377264
commit b542432dc4

View File

@@ -30,6 +30,9 @@ public class StreamProxy extends CommonGBChannel {
@Schema(description = "流ID")
private String stream;
@Schema(description = "摄像头全局唯一编码格式cam_xxxxxxxxxxxx")
private String cameraCode;
@Schema(description = "当前拉流使用的流媒体服务ID")
private String mediaServerId;