@ConfigurationProperties(prefix="herodotus.sms.tencent") public class TencentSmsProperties extends AbstractSmsProperties
Description: 腾讯云短信配置
| 构造器和说明 |
|---|
TencentSmsProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRegion() |
String |
getSecretId() |
String |
getSecretKey() |
String |
getSmsAppId() |
String |
getSmsSign() |
void |
setRegion(String region) |
void |
setSecretId(String secretId) |
void |
setSecretKey(String secretKey) |
void |
setSmsAppId(String smsAppId) |
void |
setSmsSign(String smsSign) |
getEnabled, getOrders, getOrders, getTemplates, getTemplates, setEnabled, setOrders, setTemplatespublic String getSecretId()
public void setSecretId(String secretId)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getRegion()
public void setRegion(String region)
public String getSmsAppId()
public void setSmsAppId(String smsAppId)
public String getSmsSign()
public void setSmsSign(String smsSign)
Copyright © 2022. All rights reserved.