yujian
2019-03-14 e3732fa01883aa7a93f7398e39b01b0009155b06
fanli/src/main/java/com/yeshi/fanli/service/impl/push/HWPushServiceImpl.java
@@ -30,7 +30,7 @@
   private DeviceTokenHWService deviceTokenHWService;
   @Override
   public void pushGoods(Long uid, Long auctionId, String title, String content) throws PushException {
   public void pushGoods(Long uid, Long auctionId, String title, String content, List<String> listVersion) throws PushException {
      String gid = auctionId + "";
      JSONObject json = new JSONObject();
      json.put("url", "");
@@ -83,7 +83,7 @@
   }
   @Override
   public void pushUrl(Long uid, String url, String title, String content) throws PushException {
   public void pushUrl(Long uid, String url, String title, String content, List<String> listVersion) throws PushException {
      JSONObject json = new JSONObject();
      json.put("url", url);
      json.put("type", "url");
@@ -152,7 +152,7 @@
   }
   @Override
   public void pushZNX(Long uid, AccountMessage msg, SystemZnx systemZNX) throws PushException {
   public void pushZNX(Long uid, AccountMessage msg, SystemZnx systemZNX, List<String> listVersion) throws PushException {
      JSONObject contentJson = new JSONObject();
      contentJson.put("isOpen", 0);
@@ -204,19 +204,19 @@
   }
   @Override
   public void pushWEEX(Long uid, String title, String content, String weexUrl) throws PushException {
   public void pushWEEX(Long uid, String title, String content, String weexUrl, List<String> listVersion) throws PushException {
      // TODO 推送weex页面
   }
   @Override
   public void pushBaiChuanUrl(Long uid, String title, String content, String url) throws PushException {
   public void pushBaiChuanUrl(Long uid, String title, String content, String url, List<String> listVersion) throws PushException {
      // TODO 推送淘客百川链接
   }
   @Override
   public void pushWelfareCenter(Long uid, String title, String content) throws PushException {
   public void pushWelfareCenter(Long uid, String title, String content, List<String> listVersion) throws PushException {
      // TODO Auto-generated method stub
      
   }