- 添加 SmsPlatform

This commit is contained in:
sin
2019-05-16 21:50:22 +08:00
parent 2b02b5b9e5
commit 453235bb6a
20 changed files with 957 additions and 0 deletions

View File

@@ -67,7 +67,17 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.yunpian.sdk</groupId>
<artifactId>yunpian-java-sdk</artifactId>
<version>1.2.7</version>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies>
<build>