#3256【企业微信】获取客户群详情接口恢复state参数

This commit is contained in:
samnyan 2024-05-09 00:23:50 +08:00 committed by GitHub
parent 40936c9d86
commit 976b2b5a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,6 +121,12 @@ public class WxCpUserExternalGroupChatInfo extends WxCpBaseResp {
@SerializedName("join_scene")
private int joinScene;
/**
* 该成员入群方式对应的state参数仅限通过带有state的入群方式入群时会返回该值
*/
@SerializedName("state")
private String state;
/**
* 邀请者目前仅当是由本企业内部成员邀请入群时会返回该值
*/