mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-18 21:33:03 +00:00
其他网盘API
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package cn.qaiu.lz.common.util;
|
||||
|
||||
public interface IFuturePanTool {
|
||||
|
||||
|
||||
|
||||
}
|
||||
12
web-service/src/main/java/cn/qaiu/lz/common/util/QkTool.java
Normal file
12
web-service/src/main/java/cn/qaiu/lz/common/util/QkTool.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package cn.qaiu.lz.common.util;
|
||||
|
||||
import io.vertx.core.Future;
|
||||
import io.vertx.core.Promise;
|
||||
|
||||
public class QkTool {
|
||||
public static Future<String> parse(String data, String code) {
|
||||
Promise<String> promise = Promise.promise();
|
||||
|
||||
return promise.future();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
package cn.qaiu.lz.common.util;
|
||||
|
||||
public class WoTools {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user