Kaynağa Gözat

[消息][新增]:统一消息和模板消息一起发

release_toaliyun_real
Stormeye Wu 7 yıl önce
ebeveyn
işleme
65d954bd7c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java Dosyayı Görüntüle

@@ -646,6 +646,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
} }
return; return;
} else { } else {
// 可能未关注公众号, 用户可能收不到
// 8. 微信小程序-统一消息 // 8. 微信小程序-统一消息
// 获取小程序关联的服务号 // 获取小程序关联的服务号
WxWeappInfo weappInfoQ = new WxWeappInfo(); WxWeappInfo weappInfoQ = new WxWeappInfo();
@@ -674,7 +675,6 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
logger.error("核销-公众号-模板消息发送失败: " + e.getMessage()); logger.error("核销-公众号-模板消息发送失败: " + e.getMessage());
throw new MallinkException(ErrorCode.UNIFORM_SEND_FAILED); throw new MallinkException(ErrorCode.UNIFORM_SEND_FAILED);
} }
return;
} }
} }




Yükleniyor…
İptal
Kaydet