admin
2019-08-26 aad0425e6a103b633aab4c36642cdd34e95ace62
fanli/src/main/java/com/yeshi/fanli/service/inter/push/HWPushService.java
@@ -2,8 +2,6 @@
import java.util.List;
import com.yeshi.fanli.entity.bus.user.AccountMessage;
import com.yeshi.fanli.entity.system.SystemZnx;
import com.yeshi.fanli.exception.PushException;
/**
@@ -82,4 +80,15 @@
    */
   void pushWelfareCenter(Long uid, String title, String content, List<Integer> versionCodeList) throws PushException;
   /**
    * 推送签到提醒
    *
    * @param uid
    * @param title
    * @param content
    * @param versions
    * @throws PushException
    */
   void pushUserSignInNotification(Long uid, String title, String content,  List<Integer> versionCodeList) throws PushException;
}