|
|
@@ -205,11 +205,11 @@ public class DmVisitorSmsConfigController extends BaseController<DmVisitorSmsCon |
|
|
|
visitorOperateLogService.insert(visitorOperateLogPo); |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
AjaxResult.error("服务器错误"+e.getMessage()+",无法发送短信"); |
|
|
|
return AjaxResult.error("服务器错误,无法发送短信"); |
|
|
|
// e.printStackTrace(); |
|
|
|
} |
|
|
|
} else { |
|
|
|
AjaxResult.error("未找到对应邀约记录,无法发送短信"); |
|
|
|
return AjaxResult.error("未找到对应邀约记录,无法发送短信"); |
|
|
|
} |
|
|
|
} |
|
|
|
return AjaxResult.success("短信发送成功,请注意查收"); |
|
|
|