From 854c355456a09e02a81c1726d3adc71971b96163 Mon Sep 17 00:00:00 2001 From: huangqz Date: Wed, 17 Jun 2026 17:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9F=AD=E4=BF=A1=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=AE=8F=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/sms/sms.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/sms/sms.go b/services/sms/sms.go index 2729221..9201a9b 100644 --- a/services/sms/sms.go +++ b/services/sms/sms.go @@ -13,6 +13,7 @@ const ( ReplaceKeyUrl ReplaceKey = "${url}" // 链接 ReplaceKeyUserName ReplaceKey = "${userName}" // 用户名 ReplaceKeyDateTime ReplaceKey = "${dateTime}" // 年月日时分秒 + ReplacepassWord ReplaceKey = "${passWord}" // 密码 ) type Item struct {