|
|
|
@ -44,7 +44,7 @@ class SmsService |
|
|
|
$this->client = new SmsClient($cred, 'ap-guangzhou', $clientProfile); |
|
|
|
} |
|
|
|
|
|
|
|
public function send($templateId, $templateParamSet, $phoneNumberSet, $signName = '易游天下') |
|
|
|
public function send($templateId, $templateParamSet, $phoneNumberSet, $signName = '') |
|
|
|
{ |
|
|
|
//if (!config('sms.debug') || config('sms.debug') == 'yes') {
|
|
|
|
// Log::debug([$templateId, $templateParamSet, $phoneNumberSet, $signName]);
|
|
|
|
|