wangyifei
2024-10-29 5e81b7eba5eb3e29ef00287733221915a6c61bbe
src/main/java/com/se/simu/controller/WaterController.java
@@ -34,12 +34,6 @@
    private final static long Y2000 = 949334400000L;
    @ApiOperation(value = "获取当前时间")
    @GetMapping("/getTime")
    public Object getTime() {
        return System.currentTimeMillis();
    }
    @ApiOperation(value = "获取元数据信息")
    @GetMapping("/{serviceName}/layer.json")
    public void getLayer(@PathVariable String serviceName, HttpServletResponse res) {