From d4974abe584041492e1e753e1e4af5b24e47a810 Mon Sep 17 00:00:00 2001 From: zhangyx <1254353766@qq.com> Date: Thu, 18 Nov 2021 15:24:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E6=93=8E=E7=9F=AD=E4=BF=A1=E4=B8=8D?= =?UTF-8?q?=E6=8A=9B=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/BizSmsEmailServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/bizshortmessageemail/service/impl/BizSmsEmailServiceImpl.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/bizshortmessageemail/service/impl/BizSmsEmailServiceImpl.java index 8bf7c15..dfde45a 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/bizshortmessageemail/service/impl/BizSmsEmailServiceImpl.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/bizshortmessageemail/service/impl/BizSmsEmailServiceImpl.java @@ -49,7 +49,7 @@ public class BizSmsEmailServiceImpl implements BizSmsEmailService { po.setStrContent(msgVO.getStrContent()); logger.info("调用短信发送接口入参:[{}]", po); BaseResponse baseResponse = notificationFeignClient.saveMsg(po); - ExceptionEnum.FRAME_EXCEPTION_SEND_MSG_FAIL.customValid(!baseResponse.isSuccess()); +// ExceptionEnum.FRAME_EXCEPTION_SEND_MSG_FAIL.customValid(!baseResponse.isSuccess()); logger.info("调用短信发送接口返回:[{}]", baseResponse.isSuccess()); return baseResponse.isSuccess();