marquee.json 748 B

12345678910111213141516171819202122232425262728293031
  1. [
  2. {
  3. "enable": true,
  4. "name": "[推送]跑马灯列表",
  5. "route": "game.marquee.listPush",
  6. "push": "MarqueeList",
  7. "desc": "玩家登录后推送"
  8. },
  9. {
  10. "enable": true,
  11. "name": "[推送]跑马灯变更",
  12. "route": "game.marquee.changePush",
  13. "push": "MarqueeList",
  14. "desc": "跑马灯新增/更新推送"
  15. },
  16. {
  17. "enable": true,
  18. "name": "[推送]跑马灯删除",
  19. "route": "game.marquee.delPush",
  20. "push": "I32List",
  21. "@push": "跑马灯唯一ID列表",
  22. "desc": "跑马灯删除推送"
  23. },
  24. {
  25. "enable": true,
  26. "name": "[推送]游戏内跑马灯新增",
  27. "route": "game.player.marqueePush",
  28. "push": "GameMarquee",
  29. "desc": "游戏内玩家行为产生时推送"
  30. }
  31. ]