Commit 54398ea3 by 王召彬

test

parent 2a031084
...@@ -33,7 +33,6 @@ class Smscode ...@@ -33,7 +33,6 @@ class Smscode
$this->uid = App::getBean(User::class)->getId(); $this->uid = App::getBean(User::class)->getId();
} }
$commonConfigs = include dirname(__FILE__, 2).'/Config/config.php'; $commonConfigs = include dirname(__FILE__, 2).'/Config/config.php';
var_dump('commonConfigs',$this->config);
$this->config = $commonConfigs['tencent_sms']; $this->config = $commonConfigs['tencent_sms'];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment