Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2017-08-31 17:44:47 +0800
Commit
60589c9dde7522db08eb60b8b909a95b0e824ba4
1 parent
cf9c9262
tips
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/controllers/login.js
apps/passport/controllers/login.js
View file @
60589c9
...
...
@@ -102,7 +102,7 @@ const common = {
if
(
!
regDomain
.
test
(
backurl
.
host
||
''
))
{
return
res
.
json
({
code
:
401
,
message
:
'
refer
回调域名验证失败'
message
:
'
yh_backurl
回调域名验证失败'
});
}
let
token
=
auth
.
thirdSign
(
req
.
query
,
account
.
clientSecret
);
...
...
Please
register
or
login
to post a comment