This commit is contained in:
parent
594a150e62
commit
bcb694fe69
|
@ -100,7 +100,7 @@ const http = (text: any)=>{
|
||||||
axios.post('https://chat.lihaink.cn/index/tts',{data: text})
|
axios.post('https://chat.lihaink.cn/index/tts',{data: text})
|
||||||
.then(response => {
|
.then(response => {
|
||||||
// 请求成功处理逻辑
|
// 请求成功处理逻辑
|
||||||
console.log('请求成功',response.data);
|
// console.log('请求成功',response.data);
|
||||||
resolve(response.data)
|
resolve(response.data)
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
|
|
Loading…
Reference in New Issue