update voice domain

master v0.1.4
qcloudsms 6 years ago
parent 456478cad6
commit 4882204577
  1. 2
      src/SmsVoicePromptSender.php
  2. 2
      src/SmsVoiceVerifyCodeSender.php

@ -23,7 +23,7 @@ class SmsVoicePromptSender
*/
public function __construct($appid, $appkey)
{
$this->url = "https://yun.tim.qq.com/v5/tlsvoicesvr/sendvoiceprompt";
$this->url = "https://cloud.tim.qq.com/v5/tlsvoicesvr/sendvoiceprompt";
$this->appid = $appid;
$this->appkey = $appkey;
$this->util = new SmsSenderUtil();

@ -23,7 +23,7 @@ class SmsVoiceVerifyCodeSender
*/
public function __construct($appid, $appkey)
{
$this->url = "https://yun.tim.qq.com/v5/tlsvoicesvr/sendvoice";
$this->url = "https://cloud.tim.qq.com/v5/tlsvoicesvr/sendvoice";
$this->appid = $appid;
$this->appkey = $appkey;
$this->util = new SmsSenderUtil();

Loading…
Cancel
Save