✨Feat: 获取文件内容

This commit is contained in:
2025-10-13 15:36:03 +08:00
parent 7866db7cbb
commit ff2494dcf2
2 changed files with 40 additions and 0 deletions
+7
View File
@@ -28,6 +28,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/cn.hutool/hutool-http -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-http</artifactId>
<version>5.8.27</version>
</dependency>
</dependencies>
</project>