|
@@ -67,14 +67,9 @@ namespace ZhonTai.Admin.Services.DiTuiAPI
|
|
|
|
|
|
|
|
|
List<Notices> notices = new List<Notices>();
|
|
|
- List<string> tags = new List<string>();
|
|
|
- tags.Add("最新");
|
|
|
- tags.Add("重要");
|
|
|
- List<string> importentTags = new List<string>();
|
|
|
- importentTags.Add("重要");
|
|
|
- notices.Add(new Notices(tags,"平台悬赏任务、游戏试玩任务上线通知…","11"));
|
|
|
- notices.Add(new Notices(importentTags, "快手极速版直推版价格政策调整通知", "22"));
|
|
|
- notices.Add(new Notices(tags, "12月平台项目重要通知请注意查看!12月平台项目重要通知请注意查看!", "33"));
|
|
|
+ notices.Add(new Notices("最新","平台悬赏任务、游戏试玩任务上线通知…","11"));
|
|
|
+ notices.Add(new Notices("重要", "快手极速版直推版价格政策调整通知", "22"));
|
|
|
+ notices.Add(new Notices("最新", "12月平台项目重要通知请注意查看!12月平台项目重要通知请注意查看!", "33"));
|
|
|
indexOutPut.Notices = notices;
|
|
|
|
|
|
List<Settlement> settlements = new List<Settlement>();
|