rain
2024-05-22 b35dd737c03ee80d45753939ade49a59f556197f
src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -76,10 +76,14 @@
    }
    @GetMapping("/useMyTask")
    public ResponseResult useMyTask() throws Exception {
        timerUtil.myTask();
        return ResponseResult.success();
        try {
            timerUtil.myTask();
//            timerUtil.myTask2();
            return ResponseResult.success();
        }catch (Exception e){
            throw new RuntimeException("db存储发送出现异常");
        }
    }
    /**
     * 根据图斑的地块编号获取相对应音视频
     *