微调
This commit is contained in:
@@ -16,8 +16,7 @@ import lombok.Data;
|
||||
@Data
|
||||
@Schema(description = "管理后台 - 消息记录发送 Request VO")
|
||||
public class MessageRecordReqVO extends PageParam {
|
||||
@Schema(description = "渠道类型:sms/email/app", example = "sms")
|
||||
@InEnum(value = com.njcn.msgpush.module.push.enums.ChannelTypeEnum.class, message = "渠道类型必须是 {value}")
|
||||
|
||||
private String channel;
|
||||
|
||||
@Schema(description = "消息类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "verify_code/order_notify/marketing/system_notify")
|
||||
|
||||
Reference in New Issue
Block a user