From 3b763cceb1694538d3547168c0a527e0ba6062b8 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, 1 Jul 2025 18:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ c2c.http | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0172e3..01abc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # 更新日志 +## [3.4.3-beta] - 2025.7.1 +### Changed +- 修改版本号 + ## [0.0.1-beta.4] - 2025.6.26 ### Changed - 修改历史上的今天,修改限制判断 diff --git a/c2c.http b/c2c.http index 2cab64e..b481524 100644 --- a/c2c.http +++ b/c2c.http @@ -3,6 +3,7 @@ POST https://testnlu.gree.com/semantic/unisoundc2c/child/querys Content-Type: application/json { + "reqParam": { "common": { "remoteIP": "14.215.222.17", @@ -10,7 +11,7 @@ Content-Type: application/json }, "nluRet": { "asr_recongize": "", - "text": "放张韶涵的暮色" + "text": "我想听创意王国故事" } }, "version": "v0" @@ -25,7 +26,7 @@ X-AppKey: 391b50b5ed634fc49a3db7cfd6bc40db "ip": "14.215.222.17", "mac": "ece154a865eb", "mid": "11011", - "query":"播放上一首古诗", + "query":"播放小蓓蕾的歌" , "requestId": "123456111" } @@ -39,7 +40,7 @@ X-AppKey: 391b50b5ed634fc49a3db7cfd6bc40db "ip": "14.215.222.17", "mac": "ece154a865eb", "mid": "10f05", - "query":"关闭静音模式", + "query":"播放一半", "requestId": "123456111" } @@ -60,7 +61,7 @@ Content-Type: application/json "trafficParameter": "mode=childxxx;macWifi=28b77c218ed1;mid=10f05;vender=7e000025;macVoice=testyuntiancloud;ver=3.0;scenario=smarthome;filterName=nlu;req_nlu_length=1;returnType=json;fullDuplex=true;appendLength=1;additionalService=geli_nlu2;version=0.5;filterUrl=https://testnlu.gree.com:443/semantic/unisoundc2c/querys;" }, "nluRet": { - "text": "打开静音模式" + "text": "爸爸的哥哥的爸爸的姐姐的爸爸的弟弟的女儿的妹妹怎么称呼" }, "postProc": {} } @@ -101,7 +102,7 @@ Content-Type: application/json "trafficParameter": "mode=childxx;macWifi=ece154a73d38;mid=11011;macVoice=testyuntiancloud;ver=3.0;scenario=smarthome;filterName=nlu;req_nlu_length=1;returnType=json;fullDuplex=true;appendLength=1;additionalService=geli_nlu2;version=0.5;filterUrl=https://testnlu.gree.com:443/semantic/unisoundc2c/querys;" }, "nluRet": { - "text": "打开静音模式" + "text": "播放风的声音" }, "postProc": {} } -- GitLab