...
|
...
|
@@ -113,8 +113,8 @@ class UserController extends RestBaseController |
|
|
//70字内(含70字)计一条,超过70字,按67字/条计费,超过长度短信平台将会自动分割为多条发送。分割后的多条短信将按照具体占用条数计费。
|
|
|
|
|
|
$send=new \Ucpaas($options);
|
|
|
$send->SendSms($appid,$templateid,$code,$param['mobile'],$uid);
|
|
|
$re=$send->SendSms($appid,$templateid,$code,$param['mobile'],$uid);
|
|
|
cmf_verification_code_log($param['mobile'], $code, 180);
|
|
|
$this->success('验证码发送成功');
|
|
|
$this->success($re);
|
|
|
}
|
|
|
} |
...
|
...
|
|