Parcourir la source

新增紧急联系人、人脸识别接口,新增模拟阿里虚拟号返回功能

hjp il y a 2 semaines
Parent
commit
b49dc62350
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -435,6 +435,13 @@
 <!--            <artifactId>java-sdk</artifactId>-->
 <!--            <version>4.11.3</version>-->
 		<!--</dependency>-->
+		<!-- 人脸识别 -->
+		<dependency>
+			<groupId>com.tencentcloudapi</groupId>
+			<artifactId>tencentcloud-sdk-java</artifactId>
+			<version>3.1.766</version>
+		</dependency>
+
 	</dependencies>
 
 	<build>