Commit 8b2f395e by 冷斌

fix bug

parent 11c7dd50
...@@ -85,7 +85,7 @@ class RepwdAction extends CommonAction ...@@ -85,7 +85,7 @@ class RepwdAction extends CommonAction
$code = rand(100000, 999999); //手机验证码 $code = rand(100000, 999999); //手机验证码
$phoneCode[$phone]['code'] = md5($code); $phoneCode[$phone]['code'] = md5($code);
$sendres = SmsService::send($phone, $code); $sendres = $this->send($phone, $code);
if ( $sendres ) { if ( $sendres ) {
session('phone_code', $phoneCode); //相关信息保存session 时间的控制 session('phone_code', $phoneCode); //相关信息保存session 时间的控制
......
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