|
@@ -1186,7 +1186,7 @@ public class GeoHazardMonitorTokenController {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- map.put("url", serverConfig.getUrl() + one.getReleasedUrl());
|
|
|
+ map.put("url", one.getReleasedUrl());
|
|
|
jsonObject.put("resultCode", 1);
|
|
|
jsonObject.put("message", "ok");
|
|
|
jsonObject.put("data", map);
|