QuestionGroupConfig.lua 187 B

123456789
  1. local root = {
  2. {
  3. id = 1,
  4. timeStartRegister = '2022-7-12 00:00:00 ',
  5. timeEndRegister = '2022-7-20 23:59:59 ',
  6. activeDayRange = {2,7}
  7. }
  8. }
  9. return root