admin
2020-05-06 24a8d17e007545f7426c48352109aa1a9c6587ee
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;
}