Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-06-28 17:45:43 +0800
Commit
7b3f0e83bf1285b4b24c90a4630c1ab104fd8f87
1 parent
a2ad3b99
处理登录提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
apps/passport/controllers/bind.js
apps/passport/controllers/bind.js
0 → 100644
View file @
7b3f0e8
1
+
/**
2
+
* 第三方登录后绑定
3
+
*
4
+
* @author: jiangfeng<jeff.jiang@yoho.cn>
5
+
*/
6
+
7
+
'use strict'
;
8
+
9
+
const
bind
=
{
10
+
11
+
};
12
+
13
+
module
.
exports
=
bind
;
Please
register
or
login
to post a comment