|
|
|
@@ -303,7 +303,7 @@ public class WxCouponSendServiceImpl implements WxCouponSendService { |
|
|
|
mqBaseProducer.sendMessage(mpAppMsg, EnumMsgMqTopic.DEFAULT.getCode(), EnumMsgMqTag.DEFAULT.getCode(),EnumMsgMqKey.DEFAULT.getCode()); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("购票成功-公众号-模板消息发送失败: " + e.getMessage()); |
|
|
|
throw new MallinkException(ErrorCode.MP_TEMPLATE_SEND_FAILED); |
|
|
|
//throw new MallinkException(ErrorCode.MP_TEMPLATE_SEND_FAILED); |
|
|
|
} |
|
|
|
} else { |
|
|
|
// 可能未关注公众号, 用户可能收不到 |
|
|
|
@@ -334,7 +334,7 @@ public class WxCouponSendServiceImpl implements WxCouponSendService { |
|
|
|
mqBaseProducer.sendMessage(appUniformMsg, EnumMsgMqTopic.DEFAULT.getCode(),EnumMsgMqTag.DEFAULT.getCode(),EnumMsgMqKey.DEFAULT.getCode()); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("核销-公众号-模板消息发送失败: " + e.getMessage()); |
|
|
|
throw new MallinkException(ErrorCode.UNIFORM_SEND_FAILED); |
|
|
|
//throw new MallinkException(ErrorCode.UNIFORM_SEND_FAILED); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|