We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e696a commit 63503a8Copy full SHA for 63503a8
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>cn.authing</groupId>
8
<artifactId>authing-java-sdk</artifactId>
9
- <version>3.1.16</version>
+ <version>3.1.17</version>
10
11
<name>Authing Java SDK</name>
12
<description>java backend sdk for authing</description>
src/main/java/cn/authing/sdk/java/dto/IdentityDto.java
@@ -289,6 +289,9 @@ public static enum Provider {
289
290
@JsonProperty("sdbz")
291
SDBZ("sdbz"),
292
+
293
+ @JsonProperty("zjzwfw")
294
+ ZJZWFW("zjzwfw"),
295
;
296
297
private String value;
0 commit comments