修改充值限制

This commit is contained in:
liu 2024-07-06 15:43:42 +08:00
parent e77be2e3c3
commit a19656bbca

View File

@ -24,15 +24,19 @@ class UserSignLogic extends BaseLogic
$price=(int)$order['price']; $price=(int)$order['price'];
switch ($price) { switch ($price) {
case 1000: case 1000:
case 1:
$total_vip = 249; $total_vip = 249;
break; break;
case 2000: case 2000:
case 2:
$total_vip = 560; $total_vip = 560;
break; break;
case 5000: case 5000:
case 3:
$total_vip = 1550; $total_vip = 1550;
break; break;
case 10000: case 10000:
case 4:
$total_vip = 3500; $total_vip = 3500;
break; break;
default: default: