Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
b071cc8b74e2e0940c23dfa1a8fc35d59d2f67eb
2 parents
d9ce84b1
a6abc59d
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
View file @
b071cc8
...
...
@@ -86,6 +86,7 @@ class BindController extends AbstractAction
$sourceType
=
$this
->
get
(
'sourceType'
);
$nickname
=
$this
->
get
(
'nickname'
);
$areaCode
=
$this
->
get
(
'areaCode'
,
'86'
);
$phoneNum
=
$this
->
get
(
'phoneNum'
);
$data
=
array
(
'bindPwd'
=>
true
,
//js标识
'backUrl'
=>
'/'
,
// 返回的URL链接
...
...
@@ -94,7 +95,8 @@ class BindController extends AbstractAction
'sourceType'
=>
$sourceType
,
// 第三方登录来源
'openId'
=>
$openId
,
// openId
'nickname'
=>
$nickname
,
//昵称
'areaCode'
=>
$areaCode
//国别码
'areaCode'
=>
$areaCode
,
//国别码
'phoneNum'
=>
$phoneNum
//国别码
);
// 渲染模板
...
...
Please
register
or
login
to post a comment