diff --git a/app/manager/level_manager.go b/app/manager/level_manager.go index ec8702363be96c1035cd0adcfa623d200d5dfada..cec0bda96b8af1108a5695b4a440282a0be13acb 100644 --- a/app/manager/level_manager.go +++ b/app/manager/level_manager.go @@ -16,10 +16,10 @@ type LevelManager struct { // 定义全局的gift列表 var levelList = []LevelSet{ - {Level: 1, UpperLimit: 1000, LevelGift: "1_ji_li_wu"}, // 1.3元 - {Level: 2, UpperLimit: 3000, LevelGift: "2_ji_li_wu"}, // 3.9元 - {Level: 3, UpperLimit: 5000, LevelGift: "3_ji_li_wu"}, // 6.66元 - {Level: 4, UpperLimit: 80000, LevelGift: "4_ji_li_wu"}, // 106.7元 + {Level: 1, UpperLimit: 9000, LevelGift: "1_ji_li_wu"}, // 12元 + {Level: 2, UpperLimit: 28500, LevelGift: "2_ji_li_wu"}, // 38元 + {Level: 3, UpperLimit: 66000, LevelGift: "3_ji_li_wu"}, // 88元 + {Level: 4, UpperLimit: 150000, LevelGift: "4_ji_li_wu"}, // 200元 {Level: 5, UpperLimit: 300000, LevelGift: "5_ji_li_wu"}, // 400元 {Level: 6, UpperLimit: 675000, LevelGift: "6_ji_li_wu"}, // 900元 {Level: 7, UpperLimit: 1500000, LevelGift: "7_ji_li_wu"}, // 2000元