|
@@ -25,7 +25,7 @@ public class PianoRoomCoursePresenter extends BasePresenter<PianoRoomCourseContr
|
|
|
}
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
try {
|
|
|
- jsonObject.putOpt("month", month);
|
|
|
+ jsonObject.putOpt("classMonth", month);
|
|
|
jsonObject.putOpt("status", status);
|
|
|
if (subjectId != 0) {
|
|
|
jsonObject.putOpt("subjectId", subjectId);
|