UNIVPLMDataIntegration/Admin.NET/Admin.NET.Application/Configuration/SMS.json

40 lines
969 B
JSON
Raw Normal View History

2024-06-15 13:02:35 +08:00
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
// 短信配置
2024-06-15 13:02:35 +08:00
"SMS": {
// 阿里云短信
2024-06-15 13:02:35 +08:00
"Aliyun": {
"AccessKeyId": "",
"AccessKeySecret": "",
2024-06-27 13:54:02 +08:00
"Templates": [
{
"Id": "0",
"SignName": "AdminNET 平台",
"TemplateCode": "SMS_291005708",
"Content": "您的验证码为:${code},请勿泄露于他人!"
},
{
"Id": "1",
"SignName": "AdminNET 平台",
"TemplateCode": "SMS_462801755",
"Content": "注册成功,感谢您的注册,请妥善保管您的账户信息"
}
]
2024-06-15 13:02:35 +08:00
},
// 腾讯云短信
2024-06-15 13:02:35 +08:00
"Tencentyun": {
"SdkAppId": "",
"AccessKeyId": "",
"AccessKeySecret": "",
2024-06-27 13:54:02 +08:00
"Templates": [
{
"Id": "0",
"SignName": "AdminNET 平台",
"TemplateCode": "",
"Content": ""
}
]
2024-06-15 13:02:35 +08:00
}
}
}