From e28851965dbb30df82724cd8f0ea6550a5c9b472 Mon Sep 17 00:00:00 2001 From: guzeng Date: Mon, 25 Oct 2021 15:50:38 +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=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variable.go | 1 + 1 file changed, 1 insertion(+) 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"`