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