| | |
| | | |
| | | @ApiOperation(value = "* Test *") |
| | | @GetMapping("/test") |
| | | public R<Object> test(@ApiParam("仿真视图类") SimuVo vo) { |
| | | public R<Object> test() { |
| | | try { |
| | | // 469538.6536261877,4416744.922022615,469853.14714664617,4417049.378602433 |
| | | String bbox = "116.64388473935195,39.884315914604464,116.64754729082588,39.887069143903496"; |
| | |
| | | return fail(ex, null); |
| | | } |
| | | } |
| | | |
| | | @ApiOperation(value = "* 当前时间 *") |
| | | @GetMapping("/getTime") |
| | | public Object getTime() { |
| | | return System.currentTimeMillis(); |
| | | } |
| | | } |
| | |
| | | |
| | | 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) { |