fix: 电话报警通知逻辑修改。
This commit is contained in:
@@ -60,13 +60,33 @@
|
||||
<version>1.1.9.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 阿里云语音服务 SDK(稳定版)-->
|
||||
<!-- JAXB API(JDK 9+ 已移除内置 JAXB,aliyun-sdk-mns 解析 XML 响应时需要) -->
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>2.3.1</version>
|
||||
</dependency>
|
||||
<!-- JAXB 运行时实现 -->
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>2.3.9</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 阿里云语音服务 SDK -->
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>aliyun-java-sdk-dyvmsapi</artifactId>
|
||||
<version>1.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 阿里云 Dybaseapi SDK(包含 QueryTokenForMnsQueue,用于获取 MNS STS 临时凭证) -->
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>aliyun-java-sdk-dybaseapi</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- HTTP 客户端 -->
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
|
||||
Reference in New Issue
Block a user