|
@@ -31,7 +31,7 @@ public class DataService {
|
|
|
public JSONArray getExamList(Integer number) {
|
|
|
Map <String,String> map = new HashMap<String,String>();
|
|
|
map.put("institution_id", "02800001");
|
|
|
- map.put("num", "30");
|
|
|
+ map.put("num", "10");
|
|
|
String content = postWithParameters(GET_EXAM_URL, map);
|
|
|
JSONObject jsonObject = JSON.parseObject(content);
|
|
|
if (!jsonObject.getString("msg").equals("success")) {
|