添加百度翻译api接口工具类

This commit is contained in:
2025-08-19 08:37:42 +08:00
parent 4319f97a5c
commit e6b6ccd804
2 changed files with 84 additions and 0 deletions

View File

@ -151,6 +151,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
</dependencies>