feat: 增加单元测试

This commit is contained in:
张松
2024-12-27 11:30:26 +08:00
parent d70a4dd7f2
commit 2d6c93938c
2 changed files with 54 additions and 1 deletions

View File

@@ -425,7 +425,12 @@
<artifactId>restful-sdk</artifactId>
<version>1.0.0.1</version>
</dependency>
<!--<dependency>-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>com.baidu.aip</groupId>-->
<!--            <artifactId>java-sdk</artifactId>-->
<!--            <version>4.11.3</version>-->