From 7570c1b8738926f1882b3e2c5d83a4101825aa9c Mon Sep 17 00:00:00 2001 From: guzeng Date: Mon, 25 Oct 2021 15:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=85=BE=E8=AE=AF=E4=BA=91?= =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E5=8F=91=E9=80=81=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variable.go | 6 ++++++ 1 file changed, 6 insertions(+) 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"` }