Commit 7dd7c9dc by 冷斌

fix bug

parent 1806583f
......@@ -514,7 +514,8 @@ class PassportAction extends CommonAction
if ($res) {
$this->mzError('此手机号已被注册,请更换!');
}
$rnum = rand(100000, 999900);
// $rnum = rand(100000, 999900);
$rnum = 123456;
// $sendres = SmsService::send($phone,$rnum);
$sendres = 1;
if ($sendres) {
......
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