|
@@ -71,7 +71,7 @@ public class DataService {
|
|
|
map.put("institution_id", PropKit.get("institution_id"));
|
|
|
map.put("start", start);
|
|
|
map.put("finish", finish);
|
|
|
- String content = postWithParameters(RETURN_BIND_URL, map);
|
|
|
+ String content = getWithUrl(RETURN_BIND_URL, map);
|
|
|
JSONObject jsonObject = JSON.parseObject(content);
|
|
|
if (!jsonObject.getString("msg").equals("success")) {
|
|
|
return null;
|