File tree Expand file tree Collapse file tree
continew-server/src/main/resources/config
continew-system/src/main/java/top/continew/admin/system/enums Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,6 +238,10 @@ sa-token.extension:
238238justauth :
239239 enabled : true
240240 type :
241+ WECHAT_OPEN :
242+ client-id : wx4a**********bcc2
243+ client-secret : 32e5*************************1ef
244+ redirect-uri : ${application.url}/social/callback?source=wechat_open
241245 GITEE :
242246 client-id : 5d271b7f638941812aaf8bfc2e2f08f06d6235ef934e0e39537e2364eb8452c4
243247 client-secret : 1f7d08**********5b7**********29e
Original file line number Diff line number Diff line change @@ -240,6 +240,10 @@ sa-token.extension:
240240justauth :
241241 enabled : true
242242 type :
243+ WECHAT_OPEN :
244+ client-id : wx4a**********bcc2
245+ client-secret : 32e5*************************1ef
246+ redirect-uri : ${application.url}/social/callback?source=wechat_open
243247 GITEE :
244248 client-id : 5d271b7f638941812aaf8bfc2e2f08f06d6235ef934e0e39537e2364eb8452c4
245249 client-secret : 1f7d08**********5b7**********29e
Original file line number Diff line number Diff line change 2929@ RequiredArgsConstructor
3030public enum SocialSourceEnum {
3131
32+ /**
33+ * 微信
34+ */
35+ WECHAT_OPEN ("微信" ),
36+
3237 /**
3338 * 码云
3439 */
You can’t perform that action at this time.
0 commit comments