1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

第三方登录添加飞书

This commit is contained in:
2022-04-04 21:24:21 +08:00
parent d78e1c6661
commit f17a0a0a25
3 changed files with 16 additions and 3 deletions

View File

@@ -24,6 +24,14 @@ public class ThirdPartyConfig {
@Value("${thirdparty.oschina.redirecturi}")
private String oschinaRedirecturi;
// 飞书
@Value("${thirdparty.feishu.clientid}")
private String feishuClientId;
@Value("${thirdparty.feishu.clientsecret}")
private String feishuClientsecret;
@Value("${thirdparty.feishu.redirecturi}")
private String feishuRedirecturi;
// QQ
@Value("${thirdparty.qq.clientid}")
private String qqClientid;