xieb
2023-09-26 6ec922e73cc857085e2a5313983c936514d389fa
src/main/java/com/dji/sample/wayline/controller/WaylineJobController.java
@@ -31,7 +31,7 @@
    private IWaylineJobService waylineJobService;
    /**
     * Create a wayline task for the Dock.
     * 创建航路任务。
     * @param request
     * @param param
     * @param workspaceId
@@ -48,7 +48,7 @@
    }
    /**
     * Paginate through all jobs in this workspace.
     * 分页查询
     * @param page
     * @param pageSize
     * @param workspaceId
@@ -63,7 +63,7 @@
    }
    /**
     * Send the command to cancel the jobs.
     * 发送命令取消作业。
     * @param jobIds
     * @param workspaceId
     * @return
@@ -77,7 +77,7 @@
    }
    /**
     * Set the media files for this job to upload immediately.
     * 将此作业的媒体文件设置为立即上传。
     * @param workspaceId
     * @param jobId
     * @return