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.5 </version >
46+ <version >0.2.6 </version >
4747
4848 <scm >
4949 <connection >scm:git:git://github.com/coze-dev/coze-java.git</connection >
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ public class CreateRoomReq extends BaseReq {
3030 @ JsonProperty ("uid" )
3131 private String uid ;
3232
33+ @ JsonProperty ("workflow_id" )
34+ private String workflowID ;
35+
3336 @ JsonProperty ("config" )
3437 private RoomConfig config ;
3538}
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.5 " ;
27+ public static final String VERSION = "0.2.6 " ;
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.5 </version >
19+ <version >0.2.6 </version >
2020 </dependency >
2121 </dependencies >
2222</project >
You can’t perform that action at this time.
0 commit comments