Skip to content

Commit 33fd69b

Browse files
authored
Merge pull request #80 from masastack/feat/update_ThirdPartyIdpTypes
更新 ThirdPartyIdpTypes 枚举,新增和标记过时项
2 parents cc2d5c1 + c22727a commit 33fd69b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/BuildingBlocks/Auth/Masa.BuildingBlocks.StackSdks.Auth.Contracts/Enum/ThirdPartyIdpTypes.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ namespace Masa.BuildingBlocks.StackSdks.Auth.Contracts.Enum;
66
public enum ThirdPartyIdpTypes
77
{
88
Customize = 1,
9+
[Obsolete("use Weixin replace")]
910
WeChat = 2,
1011
GitHub = 3,
1112
Ldap = 4,
1213
Apple = 5,
13-
Alipay = 6
14+
Alipay = 6,
15+
Weixin = 7,
16+
WorkWeixin = 8
1417
}

0 commit comments

Comments
 (0)