Skip to content

Commit

Permalink
feat:校验用户/部门是否属于组,增加出参 #82
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 20, 2023
1 parent 02f8c17 commit bb709e5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ public class GroupMemberVerifyInfo {
* */
@JsonProperty("created_at")
private String createdAt;
/*
* 是否直接加入
* */
@JsonProperty("is_direct_added")
private String directAdded;
}

0 comments on commit bb709e5

Please sign in to comment.