yujian
2019-08-30 b7a7e26bc6ce23ca9b5060903d9518015019f3bc
fanli/src/main/java/com/yeshi/fanli/service/inter/push/BasePushService.java
@@ -68,4 +68,15 @@
    * @throws PushException
    */
   void pushWelfareCenter(Long uid, String title, String content, String versions) throws PushException;
   /**
    * 推送用户签到
    *
    * @param uid
    * @param title
    * @param content
    * @param versions
    * @throws PushException
    */
   void pushUserSignInNotification(Long uid, String title, String content, String versions) throws PushException;
}