Skip to content

Commit

Permalink
🎨 #2625 【企业微信】获取客户群详情接口增加state返回值
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjun96 authored Apr 29, 2022
1 parent 42c57b6 commit 3e49868
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ public static class GroupMember implements Serializable {
@SerializedName("join_scene")
private int joinScene;

/**
* 该成员入群方式对应的state参数
*/
@SerializedName("state")
private String state;

/**
* 在群里的昵称
*/
Expand Down

0 comments on commit 3e49868

Please sign in to comment.