mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 #2625 【企业微信】获取客户群详情接口增加state返回值
This commit is contained in:
parent
42c57b6de9
commit
3e49868388
@ -83,6 +83,12 @@ public class WxCpUserExternalGroupChatInfo extends WxCpBaseResp {
|
||||
@SerializedName("join_scene")
|
||||
private int joinScene;
|
||||
|
||||
/**
|
||||
* 该成员入群方式对应的state参数
|
||||
*/
|
||||
@SerializedName("state")
|
||||
private String state;
|
||||
|
||||
/**
|
||||
* 在群里的昵称
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user