yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
fanli/src/main/java/com/yeshi/fanli/service/inter/push/HWPushService.java
@@ -2,9 +2,7 @@
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;
import com.yeshi.fanli.exception.push.PushException;
/**
 * 华为推送服务
@@ -46,7 +44,7 @@
    * @param content
    * @throws PushException
    */
   void pushZNX(Long uId, String title,String content, List<Integer> versionCodeList) throws PushException;
   void pushZNX(Long uId, String title, String content, List<Integer> versionCodeList) throws PushException;
   /**
    * 适用版本 1.4.8及以后 推送weex页面
@@ -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;
}