🎨 #3660【企业微信】获取会议详情接口响应类补充官方新加的若干字段

This commit is contained in:
Winnie 2025-07-25 11:35:46 +08:00 committed by GitHub
parent 262a02b606
commit 875c35e745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,35 @@ public class WxCpMeeting implements Serializable, ToJson {
@SerializedName("agentid")
private Integer agentId;
/**
* 发起人所在部门
*/
@SerializedName("main_department")
private Integer mainDepartment;
/**
* 会议的状态
* 1待开始
* 2会议中
* 3已结束
* 4已取消
* 5已过期
*/
@SerializedName("status")
public Integer status;
/**
* 会议类型
* 0一次性会议
* 1周期性会议
* 2微信专属会议
* 3Rooms 投屏会议
* 5个人会议号会议
* 6网络研讨会
*/
@SerializedName("meeting_type")
private Integer meetingType;
/**
* 参与会议的成员会议人数上限以指定的管理员可预约的人数上限来校验普通企业与会人员最多100