From 1c9685eb89548493367c823404600705cd18a284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 29 Apr 2025 15:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9F=AD=E4=BF=A1=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extends/alisms/Sms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extends/alisms/Sms.php b/extends/alisms/Sms.php index 6400125..a1d4f55 100644 --- a/extends/alisms/Sms.php +++ b/extends/alisms/Sms.php @@ -62,7 +62,7 @@ class Sms $client = self::createClient("LTAI4FmSkDSwFuXeLxsDB3jB", "r8FfRmoeWcCJyZSqqkQP2G3dKPPl2N"); $sendSmsRequest = new SendSmsRequest([ "phoneNumbers" => $phone, - "signName" => "聚IP", + "signName" => "河南华连网络", "templateCode" => "SMS_462280213", "templateParam" => json_encode($data) ]); @@ -89,7 +89,7 @@ class Sms $client = self::createClient("LTAI4FmSkDSwFuXeLxsDB3jB", "r8FfRmoeWcCJyZSqqkQP2G3dKPPl2N"); $sendSmsRequest = new SendSmsRequest([ "phoneNumbers" => $phone, - "signName" => "聚IP商城", + "signName" => "河南华连网络", "templateCode" => "SMS_463687988", "templateParam" => json_encode($data) ]);