Merge branch 'feature/json' into dev

This commit is contained in:
chenkai 2023-12-22 10:12:43 +08:00
commit bb60b00d93

View File

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