Commit 96c113d7 authored by 耿迪迪's avatar 耿迪迪

发送短信问题修改 gengdidi

parent abb64bb8
......@@ -10,7 +10,8 @@ public class SendBatchSms extends BaseRequestModel{
* 群发号码
* [\"13333333333\"]
*/
private String[] phoneNumberJson;
@NotBlank(message = "群发号码不能为空")
private String phoneNumberJson;
/**
* 群发短信模板
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment