|
@@ -102,9 +102,9 @@ public class DataService {
|
|
map.put("institution_id", "06300009");
|
|
map.put("institution_id", "06300009");
|
|
map.put("params", cloudjmStr);
|
|
map.put("params", cloudjmStr);
|
|
String content = postWithParameters(SAVE_REPORT_URL, map);
|
|
String content = postWithParameters(SAVE_REPORT_URL, map);
|
|
- JSONObject jsonObject = JSON.parseObject(content);
|
|
|
|
- String result = jsonObject.getString("msg");
|
|
|
|
- return result;
|
|
|
|
|
|
+// JSONObject jsonObject = JSON.parseObject(content);
|
|
|
|
+// String result = jsonObject.getString("msg");
|
|
|
|
+ return content;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|