Merge pull request #1092 from kevin1sMe/fix-doubao-tts

fix: doubao tts token
This commit is contained in:
hrz
2025-05-04 00:46:53 +08:00
committed by GitHub
@@ -51,7 +51,7 @@ class TTSProvider(TTSProviderBase):
request_json = { request_json = {
"app": { "app": {
"appid": f"{self.appid}", "appid": f"{self.appid}",
"token": "access_token", "token": self.access_token,
"cluster": self.cluster, "cluster": self.cluster,
}, },
"user": {"uid": "1"}, "user": {"uid": "1"},