🎨 #2625 【企业微信】获取客户群详情接口增加state返回值

This commit is contained in:
zhongjun 2022-04-29 09:50:50 +08:00 committed by GitHub
parent 42c57b6de9
commit 3e49868388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,12 @@ public class WxCpUserExternalGroupChatInfo extends WxCpBaseResp {
@SerializedName("join_scene")
private int joinScene;
/**
* 该成员入群方式对应的state参数
*/
@SerializedName("state")
private String state;
/**
* 在群里的昵称
*/