feat: 创建租户并关联腾讯云域名

This commit is contained in:
hucs
2024-04-19 18:17:17 +08:00
parent 993f975edd
commit a0cd0312a5
2 changed files with 43 additions and 4 deletions

View File

@@ -125,6 +125,13 @@
<version>2.4.6</version>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-dnspod</artifactId>
<version>3.1.322</version>
</dependency>
</dependencies>
<build>