Browse Source

提交参数

sandm 3 năm trước cách đây
mục cha
commit
d81f33b1d5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;