Commit 1bcadfca by 王召彬

腾讯云短信发送验证码

parent 1798496c
...@@ -44,7 +44,7 @@ class Smscode ...@@ -44,7 +44,7 @@ class Smscode
* @param [type] $templateId * @param [type] $templateId
* @return null|string 返回错误信息,正确时返回null * @return null|string 返回错误信息,正确时返回null
*/ */
public function send(int $mobile, $signName = null, $templateId = null) public function send(int $mobile, $signName='活动啦啦', $templateId=178822)
{ {
$key = $this->getKey($mobile); $key = $this->getKey($mobile);
......
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