yujian
2019-03-07 e6cb7c27384f22b39ccee584028e23b56c30e9ee
fanli/src/main/java/com/yeshi/fanli/service/impl/push/HWPushServiceImpl.java
@@ -152,11 +152,6 @@
   }
   @Override
   public void pushWEEXUrl(Long uid, String weexUrl, String title, String content) throws PushException {
   }
   @Override
   public void pushZNX(Long uid, AccountMessage msg, SystemZnx systemZNX) throws PushException {
      JSONObject contentJson = new JSONObject();
@@ -208,4 +203,22 @@
      }
   }
   @Override
   public void pushWEEX(Long uid, String title, String content, String weexUrl) throws PushException {
      // TODO 推送weex页面
   }
   @Override
   public void pushBaiChuanUrl(Long uid, String title, String content, String url) throws PushException {
      // TODO 推送淘客百川链接
   }
   @Override
   public void pushWelfareCenter(Long uid, String title, String content) throws PushException {
      // TODO Auto-generated method stub
   }
}