短信Key等馨馨处理
This commit is contained in:
parent
e07a6dd82d
commit
50fcce9cd0
@ -20,8 +20,8 @@ namespace APT.Utility
|
|||||||
// 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取
|
// 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取
|
||||||
Credential cred = new Credential
|
Credential cred = new Credential
|
||||||
{
|
{
|
||||||
SecretId = "AKIDwfAXfWdUcUUGl0BiGZeU5Su5g9LItwd4",
|
SecretId = "AKID54tOguzrW0PdeU7Zs13wfEakiU3OXVFm",
|
||||||
SecretKey = "JZZCaWIqgjKehEYeU5PTR8h6OQL4Ynoh"
|
SecretKey = "PaZKbljW8ZChNuEMGzUnslTdhaGj0CD3"
|
||||||
};
|
};
|
||||||
ClientProfile clientProfile = new ClientProfile();
|
ClientProfile clientProfile = new ClientProfile();
|
||||||
HttpProfile httpProfile = new HttpProfile();
|
HttpProfile httpProfile = new HttpProfile();
|
||||||
@ -29,10 +29,11 @@ namespace APT.Utility
|
|||||||
clientProfile.HttpProfile = httpProfile;
|
clientProfile.HttpProfile = httpProfile;
|
||||||
SmsClient client = new SmsClient(cred, "ap-guangzhou", clientProfile);
|
SmsClient client = new SmsClient(cred, "ap-guangzhou", clientProfile);
|
||||||
SendSmsRequest req = new SendSmsRequest();
|
SendSmsRequest req = new SendSmsRequest();
|
||||||
req.SignName = "宁化行洛坑钨矿有限公司";
|
req.SignName = "福建省连城锰矿";
|
||||||
req.PhoneNumberSet = phoneNumbers;
|
req.PhoneNumberSet = phoneNumbers;
|
||||||
req.SmsSdkAppId = "1400298980";
|
req.SmsSdkAppId = "1400987501";
|
||||||
req.TemplateId = TemplateId;
|
req.TemplateId = TemplateId;
|
||||||
|
if (templateParams != null && templateParams.Length > 0)
|
||||||
req.TemplateParamSet = templateParams;
|
req.TemplateParamSet = templateParams;
|
||||||
return client.SendSmsSync(req);
|
return client.SendSmsSync(req);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user