This commit is contained in:
hrxiang
2022-05-25 15:18:22 +08:00
parent c7218cb94c
commit 9cd717c67c
5 changed files with 74 additions and 54 deletions

View File

@@ -41,5 +41,5 @@ android {
}
}
dependencies {
implementation 'io.openim:core-sdk:2.0.9.3@aar'
implementation 'io.openim:core-sdk:2.0.9.6@aar'
}

View File

@@ -44,11 +44,7 @@ public class OrganizationManager extends BaseManager {
Open_im_sdk.getDepartmentMemberAndSubDepartment(
new OnBaseListener(result, methodCall),
value(methodCall, "operationID"),
value(methodCall, "departmentID"),
int2long(methodCall, "departmentOffset"),
int2long(methodCall, "departmentCount"),
int2long(methodCall, "memberOffset"),
int2long(methodCall, "memberCount")
value(methodCall, "departmentID")
);
}
}