|
@@ -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;
|
|
|
// }
|
|
@@ -74,7 +74,7 @@ public class DataService {
|
|
|
} catch (IOException e) {
|
|
|
// TODO Auto-generated catch block
|
|
|
e.printStackTrace();
|
|
|
- return e.toString();
|
|
|
+ return "wrong"+e.toString();
|
|
|
}
|
|
|
}
|
|
|
|