diff --git a/service/speechNlu/domain.go b/service/speechNlu/domain.go index 86888375864c132632364eb8a1433b55be223b87..35897b06ab1f3e46da5072eefe4732b8cc5eb05b 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) }