|
@@ -39,7 +39,7 @@ public class SCSSFMController extends BaseController {
|
|
|
stationParams.put("userName", "shfbc");
|
|
stationParams.put("userName", "shfbc");
|
|
|
|
|
|
|
|
String stationResponseString = OkHttpUtils.executeRequest(
|
|
String stationResponseString = OkHttpUtils.executeRequest(
|
|
|
- "http://49.4.2.185:2111/RiverStrongAPI2.0/StormSurgeForecast/StormSurge/BaseInfo/GetForecastStationInfos",
|
|
|
|
|
|
|
+ "http://169.97.234.19:2111/RiverStrongAPI2.0/StormSurgeForecast/StormSurge/BaseInfo/GetForecastStationInfos",
|
|
|
"GET",
|
|
"GET",
|
|
|
stationParams,
|
|
stationParams,
|
|
|
null,
|
|
null,
|
|
@@ -50,7 +50,7 @@ public class SCSSFMController extends BaseController {
|
|
|
List<Map<String, Object>> stationList = (List<Map<String, Object>>) JSONPath.eval(stationResponseObj, "$.data");
|
|
List<Map<String, Object>> stationList = (List<Map<String, Object>>) JSONPath.eval(stationResponseObj, "$.data");
|
|
|
|
|
|
|
|
String responseString = OkHttpUtils.executeRequest(
|
|
String responseString = OkHttpUtils.executeRequest(
|
|
|
- "http://49.4.2.185:2111/RiverStrongAPI2.0/StormSurgeForecast/StormSurge/Calculate/GetCalResultsByStation",
|
|
|
|
|
|
|
+ "http://169.97.234.19:2111/RiverStrongAPI2.0/StormSurgeForecast/StormSurge/Calculate/GetCalResultsByStation",
|
|
|
"POST",
|
|
"POST",
|
|
|
null,
|
|
null,
|
|
|
JsonUtils.objectToJson(params),
|
|
JsonUtils.objectToJson(params),
|