From a88852475c8d1f3df298c95580911b7b3a22a1ad Mon Sep 17 00:00:00 2001 From: guzeng Date: Mon, 25 Oct 2021 15:37:49 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/variable.go b/variable.go index 1cc52bd..c71d937 100644 --- a/variable.go +++ b/variable.go @@ -12,10 +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"` + SecretId string `json:"secretId"` + SecretKey string `json:"secretKey"` + Signname string `json:"signname"` + Mobiles string `json:"mobiles"` + TemplateId string `json:"templateId"` + Params string `json:"params"` }