Skip to content

Commit fb6a534

Browse files
authored
Merge pull request #73 from Authing/fix/user-identities
feat: add identity type
2 parents 82e696a + 63503a8 commit fb6a534

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.authing</groupId>
88
<artifactId>authing-java-sdk</artifactId>
9-
<version>3.1.16</version>
9+
<version>3.1.17</version>
1010

1111
<name>Authing Java SDK</name>
1212
<description>java backend sdk for authing</description>

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

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

290290
@JsonProperty("sdbz")
291291
SDBZ("sdbz"),
292+
293+
@JsonProperty("zjzwfw")
294+
ZJZWFW("zjzwfw"),
292295
;
293296

294297
private String value;

0 commit comments

Comments
 (0)