File tree Expand file tree Collapse file tree
src/main/java/com/coze/openapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 </parent >
4444
4545 <artifactId >coze-api</artifactId >
46- <version >0.2.2 </version >
46+ <version >0.2.3 </version >
4747
4848 <scm >
4949 <connection >scm:git:git://github.com/coze-dev/coze-java.git</connection >
296296 </plugins >
297297 </build >
298298 </profile >
299- </profiles >
299+ </profiles >
300300
301- </project >
301+ </project >
Original file line number Diff line number Diff line change 55import java .io .IOException ;
66import java .io .InputStream ;
77
8+ import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
89import com .fasterxml .jackson .annotation .JsonProperty ;
910import com .fasterxml .jackson .core .exc .StreamReadException ;
1011import com .fasterxml .jackson .databind .DatabindException ;
1920@ Builder
2021@ NoArgsConstructor
2122@ AllArgsConstructor
23+ @ JsonIgnoreProperties (ignoreUnknown = true )
2224public class OAuthConfig {
2325 @ JsonProperty ("client_type" )
2426 private String clientType ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public Response intercept(Chain chain) throws IOException {
2424 return chain .proceed (request );
2525 }
2626
27- public static final String VERSION = "0.2.2 " ;
27+ public static final String VERSION = "0.2.3 " ;
2828 private static final ObjectMapper objectMapper = new ObjectMapper ();
2929
3030 /** 获取操作系统版本 */
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.coze</groupId >
1818 <artifactId >coze-api</artifactId >
19- <version >0.2.2 </version >
19+ <version >0.2.3 </version >
2020 </dependency >
2121 </dependencies >
22- </project >
22+ </project >
You can’t perform that action at this time.
0 commit comments