diff --git a/variable.go b/variable.go index 618ede8..1cc52bd 100644 --- a/variable.go +++ b/variable.go @@ -12,4 +12,10 @@ type WoParam struct { } type TencentParam struct { + SecretId string `json:"secretId"` + SecretKey string `json:"secretKey"` + Signname string `json:"signname"` + Mobiles []string `json:"mobiles"` + TemplateId string `json:"templateId"` + Params []string `json:"params"` }