wupengfei 2 years ago
parent
commit
ba30a79212
1 changed files with 1 additions and 1 deletions
  1. 1 1
      addons/qcloudsms/Qcloudsms.php

+ 1 - 1
addons/qcloudsms/Qcloudsms.php

@@ -43,7 +43,7 @@ class Qcloudsms extends Addons
     public function smsSend(&$params)
     {
         $this->ConfigInit();
-        var_dump($this->config);
+        var_dump($this->config['isTemplateSender']);
         try {
             if ($this->config['isTemplateSender'] == 1) {
                 $templateID = $this->config['template'][$params->event];