设备心跳调整 app新增增设备时绑定联网设备
This commit is contained in:
@@ -23,7 +23,7 @@ public class SmsExceptionHandler {
|
||||
@ExceptionHandler(SmsBlendException.class)
|
||||
public R<Void> handleSmsBlendException(SmsBlendException e, HttpServletRequest request) {
|
||||
String requestURI = request.getRequestURI();
|
||||
log.error("请求地址'{}',发生sms短信异常.", requestURI, e);
|
||||
log.error("请求地址'{}',发生短信异常.", requestURI, e);
|
||||
return R.fail(HttpStatus.HTTP_INTERNAL_ERROR, "短信发送失败,请稍后再试...");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user