|
@@ -28,7 +28,7 @@ public class CreateGroupPresenter extends BasePresenter<CreateGroupContract.Crea
|
|
|
jsonObject.put("type", type);
|
|
|
if (list != null) {
|
|
|
JSONArray jsonArray =new JSONArray(list);
|
|
|
- jsonObject.put("studentIdList", jsonArray);
|
|
|
+ jsonObject.put("imUserIdList", jsonArray);
|
|
|
}
|
|
|
} catch (JSONException e) {
|
|
|
e.printStackTrace();
|
|
@@ -40,13 +40,6 @@ public class CreateGroupPresenter extends BasePresenter<CreateGroupContract.Crea
|
|
|
getView().createImGroupSuccess();
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- @Override
|
|
|
- public void onComplete() {
|
|
|
- super.onComplete();
|
|
|
- getView().hideLoading();
|
|
|
- }
|
|
|
-
|
|
|
});
|
|
|
}
|
|
|
}
|