Commit 05e9eb6f by 王召彬

Merge branch 'ft-newSmscode' into test

parents 8cc94d10 1bcadfca
...@@ -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