mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-06 17:08:40 +08:00
补充注释
This commit is contained in:
parent
9511e4c7a7
commit
fed06f2ad5
@ -15,14 +15,29 @@ import org.dromara.sms4j.provider.config.BaseConfig;
|
||||
public class QiNiuConfig extends BaseConfig {
|
||||
|
||||
|
||||
/**
|
||||
* 请求地址
|
||||
*/
|
||||
private String baseUrl = "https://sms.qiniuapi.com";
|
||||
|
||||
/**
|
||||
* 模板变量名称
|
||||
*/
|
||||
private String templateName;
|
||||
|
||||
/**
|
||||
* 单发链接
|
||||
*/
|
||||
private String singleMsgUrl = "/v1/message/single";
|
||||
|
||||
/**
|
||||
* 群发链接
|
||||
* */
|
||||
private String massMsgUrl = "/v1/message";
|
||||
|
||||
/**
|
||||
* 签名ID
|
||||
* */
|
||||
private String signatureId;
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user