From c29c6e3913a5f4965e90975d721590b09d9f1619 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Sun, 5 Nov 2023 16:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=20=E5=85=88=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E9=AA=8C=E8=AF=81=E7=A0=81=E7=B1=BB=E5=9E=8B=E7=9A=84?= =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E6=A8=A1=E6=9D=BF=EF=BC=8C=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E7=B1=BB=E7=9A=84=E8=BF=98=E6=B2=A1=E6=9C=89=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jero/common/util/HuaWeiSmsUtil.java | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/jero-boot-base/jero-boot-base-core/src/main/java/com/jero/common/util/HuaWeiSmsUtil.java b/jero-boot-base/jero-boot-base-core/src/main/java/com/jero/common/util/HuaWeiSmsUtil.java index 0efabe78..0bfe7cf2 100644 --- a/jero-boot-base/jero-boot-base-core/src/main/java/com/jero/common/util/HuaWeiSmsUtil.java +++ b/jero-boot-base/jero-boot-base-core/src/main/java/com/jero/common/util/HuaWeiSmsUtil.java @@ -93,23 +93,26 @@ public class HuaWeiSmsUtil { switch (codeType) { case "1": // 中汽中心标准院-登录验证码内容 - sender = "8821092414481"; + sender = "8823103135049"; signature = "中汽中心标准院"; - templateId = "93c8a63236734e0ca0bc89f8b2413e7f"; + //templateId = "93c8a63236734e0ca0bc89f8b2413e7f"; + templateId = "1849a989eb6f458b876774753fcafe5a"; templateParas = "[" + randomNumber + "]"; break; case "2": // 中汽中心标准院-忘记密码 - sender = "8821092414481"; + sender = "8823103135049"; signature = "中汽中心标准院"; - templateId = "ac6749d4a3134c39997b4342695ddc01"; + //templateId = "ac6749d4a3134c39997b4342695ddc01"; + templateId = "698db00a5e4b4d03aeff2286d1d2daec"; templateParas = "[" + randomNumber +"]"; break; case "3": // 中汽中心标准院-注册 - sender = "8821092414481"; + sender = "8823103135049"; signature = "中汽中心标准院"; - templateId = "98a9d61b7d41423aa7a7d4ac969c4e6a"; + //templateId = "98a9d61b7d41423aa7a7d4ac969c4e6a"; + templateId = "92d97bd62d46499e961f8b2ee7eaf58e"; templateParas = "[" + randomNumber +"]"; break; default: @@ -337,4 +340,4 @@ public class HuaWeiSmsUtil { return String.format(WSSE_HEADER_FORMAT, appKey, passwordDigestBase64Str, nonce, time); } -} \ No newline at end of file +}