16 lines
289 B
Lua
16 lines
289 B
Lua
local activity = {
|
|
[106]={
|
|
["act_type"]=1,
|
|
["start_time"]="2023-08-22 00:00:00",
|
|
["end_time"]="2023-08-29 00:00:00"
|
|
},
|
|
[206]={
|
|
["act_type"]=2,
|
|
["start_time"]="2023-09-4 00:00:00",
|
|
["end_time"]="2023-09-13 00:00:00"
|
|
}
|
|
}
|
|
local config = {
|
|
data=activity,count=2
|
|
}
|
|
return config |