作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

接口

... ... @@ -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);
}
}
... ...