From 94b869462ff0adbb9e264c0d3083298cb4e17edf Mon Sep 17 00:00:00 2001 From: luozukai Date: Thu, 14 Feb 2019 16:02:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=A1=E6=89=B9=E6=B5=81][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][=E5=8F=91=E9=80=81=E7=9F=AD=E4=BF=A1=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iformall/service/impl/WxMsgValidationcodeServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxMsgValidationcodeServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxMsgValidationcodeServiceImpl.java index 0d94b07ae..27f6308a6 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxMsgValidationcodeServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxMsgValidationcodeServiceImpl.java @@ -98,6 +98,8 @@ public class WxMsgValidationcodeServiceImpl implements WxMsgValidationcodeServic wxMsgValidationcodeMapper.insertSelective(wxMsgValidationcode); addMsgCallback(wxMsgValidationcode,batchNo); return new ResultData(Result.SUCCESS,"发送成功"); + }else{ + logger.error("短信运营商返回失败,手机号:{},返回信息:{}",phone,result); } return new ResultData(ErrorCode.MSG_SEND_ERROR.getCode(),"发送失败"); }