mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-08 14:44:57 +08:00
MALL-KEFU: 管理端发送消息增加消息类型
This commit is contained in:
parent
eed4cf127e
commit
60c473a312
@ -13,6 +13,10 @@ public class KeFuMessageSendReqVO {
|
|||||||
@NotNull(message = "会话编号不能为空")
|
@NotNull(message = "会话编号不能为空")
|
||||||
private Long conversationId;
|
private Long conversationId;
|
||||||
|
|
||||||
|
@Schema(description = "消息类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
||||||
|
@NotNull(message = "消息类型不能为空")
|
||||||
|
private Integer contentType;
|
||||||
|
|
||||||
@Schema(description = "消息", requiredMode = Schema.RequiredMode.REQUIRED)
|
@Schema(description = "消息", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
@NotEmpty(message = "消息不能为空")
|
@NotEmpty(message = "消息不能为空")
|
||||||
private String content;
|
private String content;
|
||||||
|
Loading…
Reference in New Issue
Block a user