{
"queryPath": "http://localhost:8080/audio/speech",
"method": "post",
"request_headers": {
"Content-Type": "application/json"
},
"request_body": {
"input": "{{$.speakText}}",
"voice": "zh-CN-YunxiNeural",
"speed": 1
}
}
我一个看书软件,我用上面的规则代码导入,可以正常播放,但是两段后就结束了,这是哪里问题?
{
"queryPath": "http://localhost:8080/audio/speech",
"method": "post",
"request_headers": {
"Content-Type": "application/json"
},
"request_body": {
"input": "{{$.speakText}}",
"voice": "zh-CN-YunxiNeural",
"speed": 1
}
}
我一个看书软件,我用上面的规则代码导入,可以正常播放,但是两段后就结束了,这是哪里问题?