|
|
|
@@ -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; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|