mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
#3256【企业微信】获取客户群详情接口恢复state参数
This commit is contained in:
parent
40936c9d86
commit
976b2b5a17
@ -121,6 +121,12 @@ public class WxCpUserExternalGroupChatInfo extends WxCpBaseResp {
|
|||||||
@SerializedName("join_scene")
|
@SerializedName("join_scene")
|
||||||
private int joinScene;
|
private int joinScene;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 该成员入群方式对应的state参数。仅限通过带有state的入群方式入群时会返回该值。
|
||||||
|
*/
|
||||||
|
@SerializedName("state")
|
||||||
|
private String state;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 邀请者。目前仅当是由本企业内部成员邀请入群时会返回该值
|
* 邀请者。目前仅当是由本企业内部成员邀请入群时会返回该值
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user