Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sh-authcenter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李良停
sh-authcenter
Commits
348975e0
Commit
348975e0
authored
Jul 04, 2021
by
喻春霖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add enums
parent
89abb36e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
OauthType.java
...java/com/chineseall/authcenter/agent/oauth/OauthType.java
+15
-3
application.yml
sh-authcenter-agent/src/main/resources/application.yml
+1
-1
No files found.
sh-authcenter-agent/src/main/java/com/chineseall/authcenter/agent/oauth/OauthType.java
View file @
348975e0
...
...
@@ -4,13 +4,25 @@ import lombok.Getter;
public
enum
OauthType
{
jsyd
(
"jsyd"
,
"金山阅读"
),
qpjy
(
"qpjy"
,
"青浦教育"
),
hpjy
(
"hpjy"
,
"黄浦教育"
),
xhjy
(
"xhjy"
,
"徐汇教育"
),
cnjy
(
"cnjy"
,
"长宁教育"
),
jajy
(
"jajy"
,
"静安教育"
),
ptjy
(
"ptjy"
,
"普陀教育"
),
hkjy
(
"hkjy"
,
"虹口教育"
),
mhjy
(
"mhjy"
,
"闵行教育"
),
bsjy
(
"bsjy"
,
"宝山教育"
),
jdjy
(
"jdjy"
,
"嘉定教育"
),
jsjy
(
"jsjy"
,
"金山教育"
),
sjjy
(
"sjjy"
,
"松江教育"
),
fxjy
(
"fxjy"
,
"奉贤教育"
),
cmjy
(
"cmjy"
,
"崇明教育"
),
hpjy
(
"hpjy"
,
"黄浦教育"
),
pdjy
(
"pdjy"
,
"浦东教育"
),
ypjy
(
"ypjy"
,
"杨浦教育"
),
cnjy
(
"cnjy"
,
"长宁教育"
),
other
(
"other"
,
"其它"
);
...
...
sh-authcenter-agent/src/main/resources/application.yml
View file @
348975e0
...
...
@@ -46,7 +46,7 @@ oauthclient:
clientId
:
jsydClentId
clientSecret
:
jsydClientSecret
loginWay
:
1
loginGoal
:
js
yd
loginGoal
:
js
jy
-
clientName
:
DS认证中心
clientId
:
dsClentId
clientSecret
:
VjyqUkkM5Znu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment