This commit is contained in:
Luk Lu
2022-03-23 09:22:44 +08:00
parent 866bba4b87
commit d35398d7c7
2 changed files with 29 additions and 17 deletions

View File

@@ -10,18 +10,27 @@ module.exports = {
tls: { rejectUnauthorized: false }
},
SMS: {
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=',
},
UNICLOUD: {
appid: '',
smsSecret: '',
smsKey: '',
TEMPLATE_PASSCODE_REGISTER_NEWUSER: ' ?????? ',
TEMPLATE_PASSCODE_RESET_PASSWORD: ' ?????? ',
TEMPLATE_PASSCODE_CHANGE_PHONE: ' ?????? ',
TEMPLATE_PASSCODE_GENERAL: ' ?????? ',
},
ALIYUN: {
accessKeyId:'',
secretAccessKey:'',
signName:'',
TEMPLATE_PASSCODE_REGISTER_NEWUSER: ' ?????? ',
TEMPLATE_PASSCODE_RESET_PASSWORD: ' ?????? ',
TEMPLATE_PASSCODE_CHANGE_PHONE: ' ?????? ',
TEMPLATE_PASSCODE_GENERAL: ' ?????? ',
},
TENCENT: { // https://cloud.tencent.com/document/product/382/43197
credential: {