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
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
c4502e67a4c85ce25b400bb566c6223a11201c31
1 parent
1be8b0a6
修改设置密码路由为backcode
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Back.php
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Back.php
View file @
c4502e6
...
...
@@ -238,14 +238,14 @@ class BackController extends AbstractAction
$result
=
BackData
::
validateMobileCode
(
$phoneNum
,
$code
,
$areaCode
);
if
(
$result
[
'code'
]
===
200
)
{
$result
[
'data'
]
=
'/passport/back/
password
?phoneNum='
.
$phoneNum
.
'&token='
.
$result
[
'data'
][
'token'
]
.
'&areaCode='
.
$areaCode
;
$result
[
'data'
]
=
'/passport/back/
backcode
?phoneNum='
.
$phoneNum
.
'&token='
.
$result
[
'data'
][
'token'
]
.
'&areaCode='
.
$areaCode
;
}
$this
->
echoJson
(
$result
);
}
}
public
function
password
Action
()
public
function
backcode
Action
()
{
$phoneNum
=
$this
->
get
(
'phoneNum'
,
''
);
// 手机验证令牌
...
...
Please
register
or
login
to post a comment