@@ -50,7 +50,6 @@ class Qcloudsms extends Addons
//普通短信发送
$this->sender = new SmsSingleSender($this->appid, $this->appkey);
$result = $this->sender->sendWithParam("86", $params['mobile'], $templateID, ["{$params->code}"], $this->config['sign'], "", "");
- var_dump($result);
} else {
//语音短信发送
$this->sender = new TtsVoiceSender($this->appid, $this->appkey);
@@ -6,7 +6,7 @@ return [
'title' => '应用AppID',
'type' => 'string',
'content' => [],
- 'value' => '1312646223',
+ 'value' => '1400715780',
'rule' => 'required',
'msg' => '',
'tip' => '',
@@ -18,7 +18,7 @@ return [
'title' => '应用AppKEY',
- 'value' => 'JPG3au31nNlwyqW1NWR8duxkIcoriMmy',
+ 'value' => '4b41a53fd6338d25e21276d963f2ff04',
@@ -30,7 +30,7 @@ return [
'title' => '语音短信AppID',
- 'value' => '481601',
'msg' => '使用语音短信必须设置',