1
0
mirror of synced 2025-12-15 19:47:58 +08:00

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

This commit is contained in:
zhongjun
2022-04-29 09:50:50 +08:00
committed by GitHub
parent 42c57b6de9
commit 3e49868388

View File

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