This commit is contained in:
weipengfei 2023-10-13 21:56:43 +08:00
parent 594a150e62
commit bcb694fe69
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ const http = (text: any)=>{
axios.post('https://chat.lihaink.cn/index/tts',{data: text})
.then(response => {
//
console.log('请求成功',response.data);
// console.log('',response.data);
resolve(response.data)
})
.catch(error => {