yujian
2019-02-28 70c9043f312a52a922cb15490d90a172b3515060
fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushService.java
@@ -34,4 +34,27 @@
    * @throws PushException
    */
   void pushZNX(Long uId, String title, String content) throws PushException;
   /**
    * 适用版本 1.4.8及以后
    * 推送weex页面
    * @param uid
    * @param title
    * @param content
    * @param weexUrl
    * @throws PushException
    */
   void pushWEEX(Long uid, String title, String content, String weexUrl) throws PushException;
   /**
    * 适用版本 1.4.8及以后
    * 推送百川网页
    * @param uid
    * @param title
    * @param content
    * @param url
    * @throws PushException
    */
   void pushBaiChuanUrl(Long uid, String title, String content, String url) throws PushException;
}