Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
2016-01-25 13:52:52 +0800
Commit
6a27d7084c2025b84d594ec1d7ee296f9eb7e7b9
2 parents
48db8cff
82830368
Merge branch 'master' of
http://git.dev.yoho.cn/web/yohobuy
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Back.php
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Back.php
View file @
6a27d70
...
...
@@ -51,7 +51,7 @@ class BackController extends AbstractAction
// 发送邮箱验证码
$result
=
BackData
::
sendCodeToEmail
(
$email
);
if
(
$result
[
'code'
]
===
200
)
{
$result
[
'data'
]
=
Helpers
::
url
(
'/passport/back/
resendemail
'
,
array
(
$result
[
'data'
]
=
Helpers
::
url
(
'/passport/back/
success
'
,
array
(
'email'
=>
$email
,
));
}
...
...
Please
register
or
login
to post a comment