From 1245ae7874fd97c70ec6048f4d90ee70831d17ba Mon Sep 17 00:00:00 2001
From: PengOu <595466820@qq.com>
Date: 星期二, 30 一月 2024 10:59:25 +0800
Subject: [PATCH] Fix 推流列表-> 添加通道 报错: 错误: 字段 "gbStreamId" 不存在 ,改为:gb_stream_id 自测试通过
---
web_src/static/js/jessibuca/jessibuca.d.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web_src/static/js/jessibuca/jessibuca.d.ts b/web_src/static/js/jessibuca/jessibuca.d.ts
index 5ecdb9e..b682373 100644
--- a/web_src/static/js/jessibuca/jessibuca.d.ts
+++ b/web_src/static/js/jessibuca/jessibuca.d.ts
@@ -561,9 +561,9 @@
buf: number;
/** 褰撳墠瑙嗛甯х巼 */
fps: number;
- /** 褰撳墠闊抽鐮佺巼锛屽崟浣峛it */
+ /** 褰撳墠闊抽鐮佺巼锛屽崟浣峛yte */
abps: number;
- /** 褰撳墠瑙嗛鐮佺巼锛屽崟浣峛it */
+ /** 褰撳墠瑙嗛鐮佺巼锛屽崟浣峛yte */
vbps: number;
/** 褰撳墠瑙嗛甯ts锛屽崟浣嶆绉� */
ts: number;
--
Gitblit v1.8.0