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

This commit is contained in:
v-zhangjc9
2024-10-12 14:42:28 +08:00
parent dcb9028d86
commit b9f6aa0cc2

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);
}