短信以及微信消息发送服务
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
yk 718d72ca04 add 语音通知 il y a 1 an
src/main add 语音通知 il y a 1 an
.gitignore init il y a 2 ans
Dockerfile add 语音通知 il y a 1 an
README 添加 'README' il y a 2 ans
application.yml add 语音通知 il y a 1 an
pom.xml add 语音通知 il y a 1 an
push_image.sh add 语音通知 il y a 1 an

README

1,saas系统中java版本与阿里云短信sdk的java版本冲突,所以将发短信的代码摘出来了,形成了一个独立的springboot服务;
2,里面包含微信公众号发送模板消息的代码;对于发送模板消息微信限制有白名单ip,所以单独形成服务,用于部署在云端(黄江项目用到);