code review by fei.hong: modify to fixes bug to back email return link
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -51,7 +51,7 @@ class BackController extends AbstractAction | @@ -51,7 +51,7 @@ class BackController extends AbstractAction | ||
51 | // 发送邮箱验证码 | 51 | // 发送邮箱验证码 |
52 | $result = BackData::sendCodeToEmail($email); | 52 | $result = BackData::sendCodeToEmail($email); |
53 | if ($result['code'] === 200) { | 53 | if ($result['code'] === 200) { |
54 | - $result['data'] = Helpers::url('/passport/back/resendemail', array( | 54 | + $result['data'] = Helpers::url('/passport/back/success', array( |
55 | 'email' => $email, | 55 | 'email' => $email, |
56 | )); | 56 | )); |
57 | } | 57 | } |
-
Please register or login to post a comment