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
xiaowei
9 years ago
Commit
cd907d9955532b3e7227560ef3af21fe0097e27b
1 parent
c3fe56e4
手机绑定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
View file @
cd907d9
...
...
@@ -192,15 +192,15 @@ class BindController extends AbstractAction
}
$phoneNum
=
$this
->
post
(
'phoneNum'
);
$
msgCode
=
$this
->
post
(
'msgC
ode'
);
$
code
=
$this
->
post
(
'c
ode'
);
$areaCode
=
$this
->
post
(
'areaCode'
);
if
(
!
is_numeric
(
$phoneNum
)
||
!
$
msgC
ode
)
if
(
!
is_numeric
(
$phoneNum
)
||
!
$
c
ode
)
{
break
;
}
$data
=
BindData
::
checkBindCode
(
$areaCode
,
$phoneNum
,
$
msgC
ode
);
$data
=
BindData
::
checkBindCode
(
$areaCode
,
$phoneNum
,
$
c
ode
);
if
(
!
isset
(
$data
[
'code'
]))
{
break
;
...
...
Please
register
or
login
to post a comment