fix: 更新抢钻石活动的数据结构

This commit is contained in:
chenkai 2023-12-22 10:07:23 +08:00
parent bfb6e4ff4e
commit 3d43fa1a34

View File

@ -4257,10 +4257,14 @@
//活动文本描述
intr: "zuanshihongbao_5",
//分红包所需最低钻石数
loglimit: 1000,
price: 1000,
reset: 0,
//奖池总数量
jackpot: 100000,
totalmoney: 100000,
groupConf: {
//档位
base: {
loglimit:2000,
arr:[
{
//权重
@ -4289,4 +4293,6 @@
]
}
}
}
}
]