Commit 348975e0 authored by 喻春霖's avatar 喻春霖

add enums

parent 89abb36e
......@@ -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","其它");
......
......@@ -46,7 +46,7 @@ oauthclient:
clientId: jsydClentId
clientSecret: jsydClientSecret
loginWay: 1
loginGoal: jsyd
loginGoal: jsjy
- clientName: DS认证中心
clientId: dsClentId
clientSecret: VjyqUkkM5Znu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment