yujian
2019-03-08 69ef1fc76ac57e8669cb7bd084c35b0ac447f703
fanli/src/main/java/com/yeshi/fanli/service/inter/push/BasePushService.java
@@ -35,11 +35,11 @@
    * @param content
    * @throws PushException
    */
   void pushZNX(Long uId, AccountMessage msg,SystemZnx systemZNX) throws PushException;
   void pushZNX(Long uId, AccountMessage msg, SystemZnx systemZNX) throws PushException;
   /**
    * 适用版本 1.4.8及以后
    * 推送weex页面
    * 适用版本 1.4.8及以后 推送weex页面
    *
    * @param uid
    * @param title
    * @param content
@@ -47,11 +47,10 @@
    * @throws PushException
    */
   void pushWEEX(Long uid, String title, String content, String weexUrl) throws PushException;
   /**
    * 适用版本 1.4.8及以后
    * 推送百川网页
    * 适用版本 1.4.8及以后 推送百川网页
    *
    * @param uid
    * @param title
    * @param content
@@ -59,4 +58,14 @@
    * @throws PushException
    */
   void pushBaiChuanUrl(Long uid, String title, String content, String url) throws PushException;
   /**
    * 推送福利中心(版本号:1.5.1后)
    *
    * @param uid
    * @param title
    * @param content
    * @throws PushException
    */
   void pushWelfareCenter(Long uid, String title, String content) throws PushException;
}