- 各短信平台兼容问题,放弃 sign 和 template 模板审核过程

- 增加短信类型
- 云片ok
- 阿里云 未完成
This commit is contained in:
sin-ning@aliyun.com
2019-05-25 16:55:09 +08:00
parent e8e4a4781c
commit 74724637b7
20 changed files with 762 additions and 646 deletions

View File

@@ -31,7 +31,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
@@ -72,12 +71,22 @@
<artifactId>yunpian-java-sdk</artifactId>
<version>1.2.7</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>4.1.0</version>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.4.0</version>
</dependency>
</dependencies>
<build>