From d72868eb765a46b957e6ec164fb8295de266d873 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Fri, 20 Mar 2026 10:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BD=A9=E9=87=91=E6=B1=A0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E7=BC=96=E8=BE=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lottery_pool_config/DiceLotteryPoolConfigValidate.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/app/dice/validate/lottery_pool_config/DiceLotteryPoolConfigValidate.php b/server/app/dice/validate/lottery_pool_config/DiceLotteryPoolConfigValidate.php index 2f79ebd..793bfa4 100644 --- a/server/app/dice/validate/lottery_pool_config/DiceLotteryPoolConfigValidate.php +++ b/server/app/dice/validate/lottery_pool_config/DiceLotteryPoolConfigValidate.php @@ -18,7 +18,6 @@ class DiceLotteryPoolConfigValidate extends BaseValidate */ protected $rule = [ 'name' => 'require', - 'type' => 'require', 't1_weight' => 'require', 't2_weight' => 'require', 't3_weight' => 'require', @@ -31,7 +30,6 @@ class DiceLotteryPoolConfigValidate extends BaseValidate */ protected $message = [ 'name' => '名称必须填写', - 'type' => '奖池类型必须填写', 't1_weight' => 'T1池权重必须填写', 't2_weight' => 'T2池权重必须填写', 't3_weight' => 'T3池权重必须填写', @@ -45,7 +43,6 @@ class DiceLotteryPoolConfigValidate extends BaseValidate protected $scene = [ 'save' => [ 'name', - 'type', 't1_weight', 't2_weight', 't3_weight', @@ -54,7 +51,6 @@ class DiceLotteryPoolConfigValidate extends BaseValidate ], 'update' => [ 'name', - 'type', 't1_weight', 't2_weight', 't3_weight',