修改文件名称,添加push内容体字段

This commit is contained in:
liujing
2021-10-29 16:51:37 +08:00
parent 847e4bb926
commit 62f6609eaf
11 changed files with 35 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
package com.mogo.eagle.core.function.api.notice;
import com.mogo.eagle.core.data.notice.NoticeNormalData;
import com.mogo.eagle.core.data.notice.NoticePushData;
import com.mogo.eagle.core.data.notice.NoticeTrafficStylePushData;
import com.mogo.eagle.core.function.api.base.IMoGoFunctionProvider;
/**
@@ -16,7 +16,7 @@ public interface IMoGoNoticeProvider extends IMoGoFunctionProvider {
*
* @param pushData 推送消息体
*/
void showNoticeForTrafficWithData(NoticePushData pushData);
void showNoticeForTrafficWithData(NoticeTrafficStylePushData pushData);
/**
* 呈现普通公告顶部弹框