sandm 3 rokov pred
rodič
commit
d81f33b1d5
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      libs/sms/src/ChuanglanSms.php

+ 1 - 0
libs/sms/src/ChuanglanSms.php

@@ -52,6 +52,7 @@ 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;