diff --git a/variable.go b/variable.go index c71d937..3509f96 100644 --- a/variable.go +++ b/variable.go @@ -14,6 +14,7 @@ type WoParam struct { type TencentParam struct { SecretId string `json:"secretId"` SecretKey string `json:"secretKey"` + SmsAppId string `json:"smsAppId"` Signname string `json:"signname"` Mobiles string `json:"mobiles"` TemplateId string `json:"templateId"`