|
|
@@ -1,9 +1,15 @@
|
|
|
package cn.reghao.file.api.iface;
|
|
|
|
|
|
+import cn.reghao.file.api.dto.JobInfo;
|
|
|
+import cn.reghao.jutil.jdk.db.PageList;
|
|
|
+import cn.reghao.jutil.jdk.result.Result;
|
|
|
+
|
|
|
/**
|
|
|
* @author reghao
|
|
|
* @date 2024-07-07 16:55:29
|
|
|
*/
|
|
|
public interface FileService {
|
|
|
String getAccountAvatar(long userId);
|
|
|
+ Result convertVideo(String videoFileId, int channelCode);
|
|
|
+ PageList<JobInfo> getConvertJobs(int pn, int ps);
|
|
|
}
|