|
@@ -33,7 +33,7 @@ public class DataService {
|
|
|
map.put("institution_id", "02800001");
|
|
|
map.put("num", "10");
|
|
|
String content = postWithParameters(GET_EXAM_URL, map);
|
|
|
-// JSONObject jsonObject = JSON.parseObject(content);
|
|
|
+ JSONObject jsonObject = JSON.parseObject(content);
|
|
|
// if (!jsonObject.getString("msg").equals("success")) {
|
|
|
// return null;
|
|
|
// }
|