From 05329478adc2d0347ffb96b8e155f577ebd08ffc Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Tue, 15 Oct 2024 11:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=B5=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamesrv/clawdoll/scene_clawdoll.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamesrv/clawdoll/scene_clawdoll.go b/gamesrv/clawdoll/scene_clawdoll.go index ca0da9d..62f4f8d 100644 --- a/gamesrv/clawdoll/scene_clawdoll.go +++ b/gamesrv/clawdoll/scene_clawdoll.go @@ -512,7 +512,7 @@ func ZegoRTCStreamAction(Action string, machineInfo *webapi.MachineInfo) rule.Ze timestamp := time.Now().Unix() queryParams := url.Values{} - queryParams.Set("StreamId", "test") + queryParams.Set("StreamId", machineInfo.StreamId) queryParams.Set("Sequence", fmt.Sprintf("%d", timestamp)) // 生成16进制随机字符串(16位)