Skip to content

Commit

Permalink
Fix issue binarywang#2625:企微"获取客户群详情"缺少state返回值
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjun96 committed Apr 27, 2022
1 parent 22b9794 commit b7e88bb
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

1 comment on commit b7e88bb

@linqunxun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

兄弟够速度👍

Please sign in to comment.