From 56f991e23bc0d4db5c141116f9b0cd65af0fc0a0 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sun, 29 Sep 2024 16:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/hdl/hdl_sms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hdl/hdl_sms.go b/app/hdl/hdl_sms.go index 222ed92..c69bf45 100644 --- a/app/hdl/hdl_sms.go +++ b/app/hdl/hdl_sms.go @@ -71,7 +71,7 @@ func Sms(c *gin.Context) { "zone": "86", "phone": args.Phone, } - templateCode := NewSysCfgDb.SysCfgGetWithDb("templateCode") + templateCode := NewSysCfgDb.SysCfgGetWithDb("sms_code") if templateCode != "" { where["templateCode"] = templateCode }