fix(forest): 修复接口类型错误
This commit is contained in:
@@ -106,5 +106,5 @@ public interface HudiService {
|
|||||||
InputStream download(@Query("root") String root);
|
InputStream download(@Query("root") String root);
|
||||||
|
|
||||||
@Get("/hdfs/size")
|
@Get("/hdfs/size")
|
||||||
String size(@Query("root") String root);
|
Long size(@Query("root") String root);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user