|
|
@@ -325,7 +325,7 @@ public class BaseController {
|
|
|
* @param mobile 手机号
|
|
|
* @param data 发送短信适配数据,按顺序添加
|
|
|
*/
|
|
|
- protected void sendSms(String templateId, String mobile, Object[] data) {
|
|
|
+ protected void sendSms(String templateId, String mobile, Object... data) {
|
|
|
try {
|
|
|
if (!StringUtils.isEmpty(mobile)) {
|
|
|
Setting smsTplId = settingService.findOne(templateId);
|