对接阿里语音合成证书

This commit is contained in:
2024-11-05 14:52:11 +08:00
parent f9b9beea4b
commit ccfe0d311b
4 changed files with 60 additions and 42 deletions

View File

@@ -14,9 +14,10 @@ type MqttConfig struct {
}
type AliyunConfig struct {
AppKey string
Token string
Timeout int
AccessKeyID string
AccessKeySecret string
AppKey string
Timeout int
}
type GameConfig struct {