BooleanQAEnum
parent
b71fa2c09b
commit
f986017688
|
|
@ -77,6 +77,7 @@ public class AccountController {
|
||||||
MessageTargetCmd messageTargetCmd = new MessageTargetCmd();
|
MessageTargetCmd messageTargetCmd = new MessageTargetCmd();
|
||||||
messageTargetCmd.setMobile(cmd.getMobile());
|
messageTargetCmd.setMobile(cmd.getMobile());
|
||||||
messageSendCmd.setTargetCmd(messageTargetCmd);
|
messageSendCmd.setTargetCmd(messageTargetCmd);
|
||||||
|
messageSendCmd.setNeedTokenEnum(null);
|
||||||
|
|
||||||
messageSendCmd.setSourceCode("MS000146");
|
messageSendCmd.setSourceCode("MS000146");
|
||||||
Map<String, Object> codeMap = new HashMap<>();
|
Map<String, Object> codeMap = new HashMap<>();
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,6 @@ import lombok.Data;
|
||||||
@Data
|
@Data
|
||||||
public class SendMessageCmd {
|
public class SendMessageCmd {
|
||||||
|
|
||||||
@ApiModelProperty(value = "消息接受人ID", required = true)
|
|
||||||
@NotNull(message = "消息接受人ID不能为空")
|
|
||||||
private Long userId;
|
|
||||||
|
|
||||||
@ApiModelProperty(value = "手机号", required = true)
|
@ApiModelProperty(value = "手机号", required = true)
|
||||||
@NotBlank(message = "手机号不能为空")
|
@NotBlank(message = "手机号不能为空")
|
||||||
private String mobile;
|
private String mobile;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue