1.Fix bug </br>

2.New searchOrganization method</br>
3.New searchFriends method</br>
4.New getDepartmentInfo method</br>
5.New setGroupMemberRoleLevel method</br>
This commit is contained in:
hrxiang
2022-06-14 17:40:26 +08:00
parent 8b1f4dc320
commit ed20b4915a
16 changed files with 256 additions and 51 deletions

View File

@@ -3,4 +3,5 @@ class GroupAtType {
static const atMe = 1;
static const atAll = 2;
static const atAllAtMe = 3;
static const groupNotification = 4;
}