Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package voicemsgMgr
|
||||
|
||||
//语音配置参数
|
||||
type VoiceMessageConfig struct {
|
||||
//API密钥Id
|
||||
SecretId string
|
||||
|
||||
//API密钥key
|
||||
SecretKey string
|
||||
|
||||
//地域
|
||||
Region string
|
||||
|
||||
//模板ID
|
||||
TemplateId string
|
||||
|
||||
//应用后生成的实际SdkAppid
|
||||
VoiceSdkAppid string
|
||||
}
|
||||
Reference in New Issue
Block a user