kaiyu
2020-09-30 37e2672f7c9d59621672444b03d3713580dc1364
src/main/java/com/moral/controller/WebController.java
@@ -49,6 +49,7 @@
    @Resource
    DeviceService deviceService;
    @UserLoginToken
    @GetMapping("test")
    public String add() {
@@ -171,7 +172,7 @@
        return new ResultBean<List<MonitorPoint>>(monitorPoints);
    }
    @UserLoginToken
   /* @UserLoginToken*/
    @GetMapping("coordinates")
    public ResultBean<List<Device>> getDeviceCoordinatesAndState(HttpServletRequest request){
        Map<String, Object> parameters = WebUtils.getParametersStartingWith(request, null);