sandm %!s(int64=3) %!d(string=hai) anos
pai
achega
d81f33b1d5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;