From 65d954bd7c7652eed59280a575754ad416aa1a57 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Wed, 10 Apr 2019 06:26:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B6=88=E6=81=AF][=E6=96=B0=E5=A2=9E]:?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=B6=88=E6=81=AF=E5=92=8C=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=B8=80=E8=B5=B7=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iformall/service/impl/WxCouponOrderServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java index cd96feec2..c199d569e 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java @@ -646,6 +646,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { } return; } else { + // 可能未关注公众号, 用户可能收不到 // 8. 微信小程序-统一消息 // 获取小程序关联的服务号 WxWeappInfo weappInfoQ = new WxWeappInfo(); @@ -674,7 +675,6 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { logger.error("核销-公众号-模板消息发送失败: " + e.getMessage()); throw new MallinkException(ErrorCode.UNIFORM_SEND_FAILED); } - return; } }