- 添加 aliyun 短信发送服务

This commit is contained in:
sin-ning@aliyun.com
2019-05-26 11:31:42 +08:00
parent 74724637b7
commit 37da2b0bc9
10 changed files with 113 additions and 86 deletions

View File

@@ -27,12 +27,10 @@ mybatis-plus:
# sms
sms:
yunPian:
apiKey: d4705399e71e822fe3a90f801ed95bd9
apiKey: ${YUN_PIAN}
aliYun:
accessKeyId: d4705399e71e822fe3a90f801ed95bd9
accessSecret: d4705399e71e822fe3a90f801ed95bd9
accessKeyId: ${ALI_YUN_KEY_ID}
accessSecret: ${ALI_YUN_SECRET}
# dubbo
dubbo: