mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 11:05:06 +08:00
优化短信模块的代码
This commit is contained in:
@ -28,7 +28,7 @@ public class SmsChannelBaseVO {
|
||||
@NotNull(message = "短信 API 的账号不能为空")
|
||||
private String apiKey;
|
||||
|
||||
@ApiModelProperty(value = "短信 API 的秘钥", example = "yuanma")
|
||||
@ApiModelProperty(value = "短信 API 的密钥", example = "yuanma")
|
||||
private String apiSecret;
|
||||
|
||||
@ApiModelProperty(value = "短信发送回调 URL", example = "http://www.iocoder.cn")
|
||||
|
@ -49,7 +49,7 @@ public class SmsChannelDO extends BaseDO {
|
||||
*/
|
||||
private String apiKey;
|
||||
/**
|
||||
* 短信 API 的秘钥
|
||||
* 短信 API 的密钥
|
||||
*/
|
||||
private String apiSecret;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user