From 784233fa56513cc589e722e1d5d521725df68e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=96=87=E9=9D=99?= <1319697849@qq.com> Date: Mon, 19 May 2025 15:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9uuid=E4=B8=BArequestId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/speechNlu/speechWs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/speechNlu/speechWs.go b/service/speechNlu/speechWs.go index 6392303..29ab516 100644 --- a/service/speechNlu/speechWs.go +++ b/service/speechNlu/speechWs.go @@ -71,7 +71,7 @@ func readResp(resp *http.Response) string { func SpeechNlpWsReq(data *model.SemanticReq, sessionId string) *SpeechWsData { req := new(SpeechWsData) req.Topic = "nlu.input.text" - req.RecordId = data.Guid + req.RecordId = data.RequestId //sessionId待定 req.SessionId = sessionId req.RefText = data.Query -- GitLab