2023-06-05 17:29:36 +08:00

16 lines
442 B
Lua

local mail = {
[1]={
["name"]="Bestowal of the Elder"
},
[2]={
["name"]="Daily Allowance of the King"
},
[3]={
["name"]="Notice of abnormal payment compensation",
["desc"]="We have checked that you have an abnormal order and have reissued the order to you, please check the number of resources you have and contact us if you have any questions, thank you for your support."
}
}
local config = {
data=mail,count=3
}
return config