fix(forest): 修复接口类型错误

This commit is contained in:
v-zhangjc9
2024-10-12 14:42:28 +08:00
parent 3c971e1438
commit 70c2442ff1

View File

@@ -106,5 +106,5 @@ public interface HudiService {
InputStream download(@Query("root") String root);
@Get("/hdfs/size")
String size(@Query("root") String root);
Long size(@Query("root") String root);
}