|
@@ -79,7 +79,7 @@ class SmsSingleSender
|
|
|
* @param string $ext 服务端原样返回的参数,可填空串
|
|
|
* @return string 应答json字符串,详细内容参见腾讯云协议文档
|
|
|
*/
|
|
|
- public function sendWithParam($nationCode, $phoneNumber, $templId = 0, $params,
|
|
|
+ public function sendWithParam($nationCode, $phoneNumber, $templId, $params,
|
|
|
$sign = "", $extend = "", $ext = "")
|
|
|
{
|
|
|
$random = $this->util->getRandom();
|