mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 07:25:07 +08:00
优化短信模块的代码
This commit is contained in:
@ -18,7 +18,6 @@ public class SmsSendSingleToUserReqDTO {
|
||||
/**
|
||||
* 用户编号
|
||||
*/
|
||||
@NotNull(message = "用户编号不能为空")
|
||||
private Long userId;
|
||||
/**
|
||||
* 手机号
|
||||
|
@ -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