|
@@ -25,7 +25,7 @@ public class GroupIntroducePresenter extends BasePresenter<GroupIntroduceContrac
|
|
|
}
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
try {
|
|
|
- jsonObject.putOpt("groupId", targetId);
|
|
|
+ jsonObject.putOpt("id", targetId);
|
|
|
jsonObject.putOpt("introduce", content);
|
|
|
} catch (JSONException e) {
|
|
|
e.printStackTrace();
|