goProject/trunk/framework/voicemsgMgr/config.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

20 lines
261 B
Go

package voicemsgMgr
//语音配置参数
type VoiceMessageConfig struct {
//API密钥Id
SecretId string
//API密钥key
SecretKey string
//地域
Region string
//模板ID
TemplateId string
//应用后生成的实际SdkAppid
VoiceSdkAppid string
}