缴费及缴费确认接口开发

This commit is contained in:
hejinbo
2023-09-12 18:38:39 +08:00
parent aa351abd15
commit 60d2b490c2
9 changed files with 272 additions and 12 deletions
+13
View File
@@ -126,6 +126,19 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
</dependency>
<!-- 腾讯短信sdk -->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>3.1.270</version>
</dependency>
</dependencies>
</project>