HomePopGroupConfig.json 621 B

123456789101112131415161718192021222324252627282930
  1. [
  2. {
  3. "alertIdList": [100002, 100001],
  4. "games": [0, 1],
  5. "groupId": 1,
  6. "isAdvertisement": false,
  7. "planId": 1
  8. },
  9. {
  10. "alertIdList": [101201, 10034],
  11. "games": [2, -1],
  12. "groupId": 2,
  13. "isAdvertisement": false,
  14. "planId": 1
  15. },
  16. {
  17. "alertIdList": [601007, 102801],
  18. "games": [0, 1],
  19. "groupId": 3,
  20. "isAdvertisement": true,
  21. "planId": 1
  22. },
  23. {
  24. "alertIdList": [100401, 101501],
  25. "games": [2, -1],
  26. "groupId": 4,
  27. "isAdvertisement": true,
  28. "planId": 1
  29. }
  30. ]