短信验证码SMS

支持
腾讯云短信验证码
阿里云短信验证码
网易云信验证码
This commit is contained in:
shimingxy
2020-04-13 12:39:22 +08:00
parent 710299b78f
commit 3e3d8f4bb8
4 changed files with 275 additions and 1 deletions
+5
View File
@@ -277,6 +277,11 @@ subprojects {
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.10'
//local jars
compile fileTree(dir: "${rootDir}/maxkey-lib/", include: '*.jar')
//阿里云
compile group: 'com.aliyun', name: 'aliyun-java-sdk-core', version: '4.5.1'
//腾讯云
compile group: 'com.tencentcloudapi', name: 'tencentcloud-sdk-java', version: '3.1.33'
//tomcat embed
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.29'
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-logging-juli', version: '8.5.2'