From 5bada04825254a1cb89fdda74df2ac6fed825829 Mon Sep 17 00:00:00 2001 From: lanzu_qinsheng <334039090@qq.com> Date: Tue, 15 Sep 2020 16:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/JsonRpc/AlismsService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/JsonRpc/AlismsService.php b/app/JsonRpc/AlismsService.php index a58fe55..9637ffa 100644 --- a/app/JsonRpc/AlismsService.php +++ b/app/JsonRpc/AlismsService.php @@ -29,6 +29,6 @@ class AlismsService implements SmsServiceInterface */ public function sent($phone, $template, $templateParams, $signName = '懒族生活') { - return $this->smsAliSendService->do($phone, $template, $templateParams); + return $this->smsAliSendService->do($phone, $template, $templateParams,$signName); } } \ No newline at end of file