|
|
@ -29,6 +29,6 @@ class AlismsService implements SmsServiceInterface |
|
|
*/ |
|
|
*/ |
|
|
public function sent($phone, $template, $templateParams, $signName = '懒族生活') |
|
|
public function sent($phone, $template, $templateParams, $signName = '懒族生活') |
|
|
{ |
|
|
{ |
|
|
return $this->smsAliSendService->do($phone, $template, $templateParams); |
|
|
|
|
|
|
|
|
return $this->smsAliSendService->do($phone, $template, $templateParams,$signName); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |