46 lines
608 B
Lua
46 lines
608 B
Lua
local mail = {
|
|
[1]={
|
|
["type"]=1,
|
|
["time_type"]=1,
|
|
["time_send"]={
|
|
0,
|
|
0,
|
|
0
|
|
},
|
|
["time"]=24,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=5,
|
|
["num_for_nothing"]="Uw=="
|
|
}
|
|
}
|
|
},
|
|
[2]={
|
|
["type"]=2,
|
|
["time_type"]=1,
|
|
["time_send"]={
|
|
0,
|
|
0,
|
|
0
|
|
},
|
|
["time"]=24,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=5,
|
|
["num_for_nothing"]="Uw=="
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=mail,count=2
|
|
}
|
|
return config |