fix: doubao tts token

This commit is contained in:
kevin1sMe
2025-05-03 23:33:32 +08:00
parent 0f3806d358
commit 15c0677a4b
@@ -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"},