Upgrade
This commit is contained in:
@@ -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'
|
||||
}
|
||||
@@ -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")
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user