From 069f74b60f492dd61185751b891950db29f0a1f3 Mon Sep 17 00:00:00 2001 From: huangqz Date: Mon, 22 Jun 2026 10:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9F=AD=E4=BF=A1=E5=B8=B8?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/sms/sms.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/sms/sms.go b/services/sms/sms.go index 9201a9b..37d77ba 100644 --- a/services/sms/sms.go +++ b/services/sms/sms.go @@ -13,7 +13,7 @@ const ( ReplaceKeyUrl ReplaceKey = "${url}" // 链接 ReplaceKeyUserName ReplaceKey = "${userName}" // 用户名 ReplaceKeyDateTime ReplaceKey = "${dateTime}" // 年月日时分秒 - ReplacepassWord ReplaceKey = "${passWord}" // 密码 + ReplaceKeyPassWord ReplaceKey = "${passWord}" // 密码 ) type Item struct { @@ -55,6 +55,7 @@ const ( TemplateTypeKFOrderAdditional SmsType = "kf_order_additional" // 客服工单完成 TemplateTypeCancelTip SmsType = "cancel_tip" // 提交账号注销申请 TemplateTypeReverseCancel SmsType = "reverse_cancel" // 终止账号注销申请 + TemplateTypeResetPassword SmsType = "reset_password" // 重置密码 ) type SendSmsParam struct {