| 12345678910111213141516171819202122232425262728293031 |
- [
- {
- "enable": true,
- "name": "[推送]跑马灯列表",
- "route": "game.marquee.listPush",
- "push": "MarqueeList",
- "desc": "玩家登录后推送"
- },
- {
- "enable": true,
- "name": "[推送]跑马灯变更",
- "route": "game.marquee.changePush",
- "push": "MarqueeList",
- "desc": "跑马灯新增/更新推送"
- },
- {
- "enable": true,
- "name": "[推送]跑马灯删除",
- "route": "game.marquee.delPush",
- "push": "I32List",
- "@push": "跑马灯唯一ID列表",
- "desc": "跑马灯删除推送"
- },
- {
- "enable": true,
- "name": "[推送]游戏内跑马灯新增",
- "route": "game.player.marqueePush",
- "push": "GameMarquee",
- "desc": "游戏内玩家行为产生时推送"
- }
- ]
|