Commit f5180b3e by 王召彬

test

parent a5c7a4ee
...@@ -67,6 +67,7 @@ class Smscode ...@@ -67,6 +67,7 @@ class Smscode
$vcode, $vcode,
$expireTime / 60 $expireTime / 60
]; ];
var_dump($this->config);
$ssender = new SmsSingleSender($this->config['appid'], $this->config['appkey']); $ssender = new SmsSingleSender($this->config['appid'], $this->config['appkey']);
$result = $ssender->sendWithParam("86", $mobile, $templateId, $params, $signName); $result = $ssender->sendWithParam("86", $mobile, $templateId, $params, $signName);
$result = json_decode($result, true); $result = json_decode($result, true);
......
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