package com.zhujizheng.IHome.util.alipush; import com.zhujizheng.IHome.everymomentmsg.vo.PYEveryMomentMsgVO; /** * Created with IntelliJ IDEA *
* Author: yons * Date: 2019/04/25 * Time: 01:10 * Description: * Copyright © 2019年 com.zhujizheng. All rights reserved. */ public interface AliPushService { void pushRemoteNotify(PYEveryMomentMsgVO systemMessageVO, int loverId, int badge); void pushRemoteNotify(String title, String content, String receiveId, String sendId, int badge); void pushRemoteNotify(String title, String content, String receiveId, int badge); }