新增 代开发小程序 授权事件接收URL,验证票据接口

This commit is contained in:
Lemon
2023-07-27 16:44:48 +08:00
parent 8cbaff5105
commit dfe027a7f2
9 changed files with 769 additions and 0 deletions

View File

@@ -138,6 +138,13 @@
<artifactId>guava</artifactId>
</dependency>
<!--dom4j -->
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>