Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
598 B

{
"AbpTencentCloudSms": {
"SecretId": "<Enter your SecretId from TencentCloud>",
"SecretKey": "<Enter your SecretKey from TencentCloud>",
"Region": "<Enter your Region from TencentCloud>",
"SmsSdkAppId": "<Enter your SmsSdkAppId from TencentCloud>",
"Endpoint": "<Enter your EndPoint from TencentCloud>",
"TargetPhoneNumber": "<Enter the target phone number to receive the SMS>",
"SignName": "<Enter the SignName from TencentCloud>",
"TemplateId": "<Enter the TemplateId you need to send>",
"TemplateParam": "<Enter the template parameters,split by ','>"
}
}