Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
sso
·
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
於志远
2016-09-27 16:08:06 +0800
Commit
c0a0becd03c579f03ea5a94a311be3b3f5e5019e
1 parent
54b42055
sso login test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
phpscript/debug/login.php
phpscript/debug/login.php
0 → 100644
View file @
c0a0bec
1
+
<?php
2
+
require_once
dirname
(
__FILE__
)
.
'/../env.php'
;
3
+
$r
=
Facade_Auth
::
getAuthByTypeAndAidNocache
(
1
,
'1836874218@qq.com'
);
4
+
var_dump
(
$r
);
Please
register
or
login
to post a comment