From 4ae6a941cc67e2152e0f5ed80b4e24183c30b407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 14 Apr 2025 15:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E5=95=86=E5=8F=91=E9=80=81?= =?UTF-8?q?=E7=9F=AD=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extends/alisms/Sms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extends/alisms/Sms.php b/extends/alisms/Sms.php index 2a38898..6400125 100644 --- a/extends/alisms/Sms.php +++ b/extends/alisms/Sms.php @@ -36,7 +36,7 @@ class Sms $sendSmsRequest = new SendSmsRequest([ "phoneNumbers" => $phone, "signName" => "华连云", - "templateCode" => "SMS_186355045", + "templateCode" => "SMS_483310379", "templateParam" => "{\"code\":\"$vcode\"}" ]); // 复制代码运行请自行打印 API 的返回值