Skip to content

Commit 8b536ed

Browse files
author
user
committed
feat: add identity type zzding
1 parent 63503a8 commit 8b536ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/cn/authing/sdk/java/dto/IdentityDto.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ public static enum Provider {
292292

293293
@JsonProperty("zjzwfw")
294294
ZJZWFW("zjzwfw"),
295+
296+
@JsonProperty("zzding")
297+
ZZDING("zzding"),
295298
;
296299

297300
private String value;

0 commit comments

Comments
 (0)