mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-22 12:57:09 +08:00
feat(system/auth): 新增微信开放平台登录配置示例
This commit is contained in:
@@ -29,6 +29,11 @@ import lombok.RequiredArgsConstructor;
|
||||
@RequiredArgsConstructor
|
||||
public enum SocialSourceEnum {
|
||||
|
||||
/**
|
||||
* 微信
|
||||
*/
|
||||
WECHAT_OPEN("微信"),
|
||||
|
||||
/**
|
||||
* 码云
|
||||
*/
|
||||
|
Reference in New Issue
Block a user