Commit abb64bb8 authored by 耿迪迪's avatar 耿迪迪

批量发送短信接口 gengdidi

parent 8b056a04
...@@ -10,8 +10,7 @@ public class SendBatchSms extends BaseRequestModel{ ...@@ -10,8 +10,7 @@ public class SendBatchSms extends BaseRequestModel{
* 群发号码 * 群发号码
* [\"13333333333\"] * [\"13333333333\"]
*/ */
@NotBlank(message = "手机号码不能为空") private String[] phoneNumberJson;
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