7. 翻译
7.1 需要依赖
<!-- 统一版本管理中-->
<tencentcloud.version>3.1.317</tencentcloud.version>
<!--腾讯通用-->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>${tencentcloud.version}</version>
</dependency>
<!--然后在需要用到的地方引入这个-->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
</dependency>
7.2 使用
package com.smart.hnj.common.utils;
import com.smart.hnj.common.model.TencentSecret;
import