⚡ 订单异常通知@所有人
This commit is contained in:
@@ -25,7 +25,7 @@ public class DingTalkGlobalExceptionHandler extends AbstractNoticeGlobalExceptio
|
||||
|
||||
@Override
|
||||
public ExceptionNoticeResponse send(ExceptionMessage sendMessage) {
|
||||
DingTalkResponse response = sender.sendMessage(new DingTalkTextMessage().setContent(sendMessage.toString()));
|
||||
DingTalkResponse response = sender.sendMessage(new DingTalkTextMessage().setContent(sendMessage.toString()).atAll());
|
||||
return new ExceptionNoticeResponse().setErrMsg(response.getResponse()).setSuccess(response.isSuccess());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user