@@ -97,6 +97,7 @@ class SmsJob implements ShouldQueue
return;
}
try {
+ dd($this->isAuthSms);
if ($this->isAuthSms) {
$code = $smsInstance->sendAuthSms($this->mobile, $template);
} else {
@@ -52,7 +52,6 @@ class ChuanglanSms implements Smser
*/
public function sendSms(string $mobile, SmsTemplate $template, array $params = [],$isVariable = true, $content = ''): bool
{
- dd($isVariable);
if(!$isVariable){
$params_str = $mobile;
$url = $this->api_send_url_common;