From 0f73adf0608ff74282a85895fe814978a8fcfb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=96=87=E9=9D=99?= <1319697849@qq.com> Date: Tue, 20 May 2025 11:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B8=E5=85=B3=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/speechNlu/domain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/speechNlu/domain.go b/service/speechNlu/domain.go index 8688837..35897b0 100644 --- a/service/speechNlu/domain.go +++ b/service/speechNlu/domain.go @@ -850,7 +850,7 @@ func musicDomain(params *model.SpeechDomainParams) []byte { } result.ResponseText = "以下音乐由网易云提供:" //params.SpeechWsResp.Dm.Nlg } else { - return otherDomain(params) + return replyWithChat("抱歉,因版本限制或非会员,暂时无法播放", "doudi") } return Marshal(params, &result) } -- GitLab