From eeb65f3b26185fab66aac528f28186b91b64bbec Mon Sep 17 00:00:00 2001 From: guzeng Date: Sun, 24 Oct 2021 17:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variable.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/variable.go b/variable.go index d87af4b..618ede8 100644 --- a/variable.go +++ b/variable.go @@ -3,11 +3,12 @@ package smsrpc var DES_KEY = "smszgi22" type WoParam struct { - Cqcode string `json:"cqcode"` + Cpcode string `json:"cpcode"` Msg string `json:"msg"` - Mobile string `json:"mobile"` + Mobiles string `json:"mobiles"` Excode string `json:"excode"` TempletId string `json:"templetid"` + Key string `json:"key"` } type TencentParam struct {