修改文件名称,添加push内容体字段
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
* 呈现普通公告顶部弹框
|
||||
|
||||
Reference in New Issue
Block a user