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

This commit is contained in:
2025-08-19 10:10:56 +08:00
parent 584ad2e6e4
commit 530f4396f7
2 changed files with 89 additions and 0 deletions

View File

@ -146,6 +146,16 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
</dependency>
</dependencies>