add sendSmsUniCloud
This commit is contained in:
@@ -10,15 +10,20 @@ module.exports = {
|
||||
tls: { rejectUnauthorized: false }
|
||||
},
|
||||
SMS: {
|
||||
dxton:{
|
||||
UNICLOUD: {
|
||||
appid: '????',
|
||||
smsSecret: '????',
|
||||
smsKey: '????',
|
||||
},
|
||||
DXTON: {
|
||||
urlChina:'http://sms.106jiekou.com/utf8/sms.aspx?account=????&password=????',
|
||||
urlWorld:'http://sms.106jiekou.com/utf8/worldapi.aspx?account=????&password=????',
|
||||
},
|
||||
aliyun:{
|
||||
ALIYUN: {
|
||||
accessKeyId:'????',
|
||||
secretAccessKey:'????',
|
||||
},
|
||||
tencent:{ // https://cloud.tencent.com/document/product/382/43197
|
||||
TENCENT: { // https://cloud.tencent.com/document/product/382/43197
|
||||
credential: {
|
||||
/* 必填:腾讯云账户密钥对secretId,secretKey。
|
||||
* 这里采用的是从环境变量读取的方式,需要在环境变量中先设置这两个值。
|
||||
|
||||
Reference in New Issue
Block a user