提交 c427f936 authored 作者: 游宗学's avatar 游宗学

关闭测试验证码!

上级 8ca9d647
......@@ -45,9 +45,9 @@ class CliController extends \Common\Controller\BaseCliController{
*/
public function sendVerifyCode()
{
//$phone = I('post.phone', 0, 'string');
//$result = $this->helper('SmsCaptcha')->send($phone, null, $isSysSms = true);
//echo $result;die;
$phone = I('post.phone', 0, 'string');
$result = $this->helper('SmsCaptcha')->send($phone, null, $isSysSms = true);
echo $result;die;
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论