From 7e4ba808dba5831dd9671b28084a6095ac0dd079 Mon Sep 17 00:00:00 2001 From: leiyun Date: Sat, 21 Mar 2026 16:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9F=AD=E4=BF=A1=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/sms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/sms.js b/src/config/sms.js index 645a6ac..7322e0e 100644 --- a/src/config/sms.js +++ b/src/config/sms.js @@ -16,7 +16,7 @@ module.exports = { // 模板ID templates: { - code: '2614695', // 验证码:{1}验证码, {2}分钟 + code: '2614777', // 验证码:{1}验证码, {2}分钟有效 auditApproved: '2614698', // 审核通过(无变量) auditRejected: '2614700' // 审核失败:{1}驳回原因 },