11 lines
182 B
Lua
11 lines
182 B
Lua
local activity = {
|
|
[106]={
|
|
["act_type"]=1,
|
|
["start_time"]="2023-08-22 00:00:00",
|
|
["end_time"]="2023-08-29 00:00:00"
|
|
}
|
|
}
|
|
local config = {
|
|
data=activity,count=1
|
|
}
|
|
return config |