修改tts地址
This commit is contained in:
parent
5a72eb7c64
commit
1bc8d41559
@ -35,7 +35,7 @@ namespace GLMSearch.Tool
|
|||||||
filteredPayload[prop.Name] = value;
|
filteredPayload[prop.Name] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var response = "http://148.135.77.70:8010/tts"
|
var response = "https://tts.01061220.xyz/tts"
|
||||||
.SetQueryParams(filteredPayload).GetAsync().GetAwaiter().GetResult();
|
.SetQueryParams(filteredPayload).GetAsync().GetAwaiter().GetResult();
|
||||||
if (response != null)
|
if (response != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user