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
刘传洋
8 years ago
Commit
044bb6cfae258b1b5a898f09fc030d913a16c08a
1 parent
2a1a3419
m
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
apps/passport/models/user-api.js
apps/passport/models/user-api.js
View file @
044bb6c
...
...
@@ -56,8 +56,20 @@ const profile = (uid) => {
};
const
checkNoCertEmailUser
=
(
uid
)
=>
{
let
param
=
{
method
:
'app.passport.checkIsNeedPopupRelated'
,
uid
:
uid
};
return
api
.
get
(
''
,
param
);
};
module
.
exports
=
{
findByMobileAsync
,
findByEmailAsync
,
profile
profile
,
checkNoCertEmailUser
};
...
...
Please
register
or
login
to post a comment