JackpotGroupConfig.lua 889 B

123456789101112131415161718192021222324252627282930313233
  1. local root = {
  2. {
  3. configId = 1,
  4. timeStartRegister = '2020-05-10 23:59:59',
  5. timeEndRegister = '2022-05-11 23:59:59',
  6. poolIdList = {101,201}
  7. },
  8. {
  9. configId = 2,
  10. timeStartRegister = '2022-05-11 00:00:00',
  11. timeEndRegister = '2030-12-29 23:59:59',
  12. poolIdList = {102,201,301,302}
  13. },
  14. {
  15. configId = 3,
  16. timeStartRegister = '2022-05-11 00:00:00',
  17. timeEndRegister = '2022-05-11 23:59:59',
  18. poolIdList = {103,201,301,302}
  19. },
  20. {
  21. configId = 4,
  22. timeStartRegister = '2022-05-11 00:00:00',
  23. timeEndRegister = '2022-05-11 23:59:59',
  24. poolIdList = {104,201,301,302}
  25. },
  26. {
  27. configId = 5,
  28. timeStartRegister = '2022-05-11 00:00:00',
  29. timeEndRegister = '2022-05-11 23:59:59',
  30. poolIdList = {105,201,301,302}
  31. }
  32. }
  33. return root