From 3438c711f014e971490ec16384db70bb3a054c76 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Wed, 1 Apr 2026 16:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/validate/mall/Player.php | 31 ------------------------ app/common/validate/MallItem.php | 31 ------------------------ app/common/validate/MallWalletRecord.php | 31 ------------------------ 3 files changed, 93 deletions(-) delete mode 100644 app/admin/validate/mall/Player.php delete mode 100644 app/common/validate/MallItem.php delete mode 100644 app/common/validate/MallWalletRecord.php diff --git a/app/admin/validate/mall/Player.php b/app/admin/validate/mall/Player.php deleted file mode 100644 index 0f170c9..0000000 --- a/app/admin/validate/mall/Player.php +++ /dev/null @@ -1,31 +0,0 @@ - [], - 'edit' => [], - ]; - -} diff --git a/app/common/validate/MallItem.php b/app/common/validate/MallItem.php deleted file mode 100644 index 79a1a41..0000000 --- a/app/common/validate/MallItem.php +++ /dev/null @@ -1,31 +0,0 @@ - [], - 'edit' => [], - ]; - -} diff --git a/app/common/validate/MallWalletRecord.php b/app/common/validate/MallWalletRecord.php deleted file mode 100644 index 18b6e67..0000000 --- a/app/common/validate/MallWalletRecord.php +++ /dev/null @@ -1,31 +0,0 @@ - [], - 'edit' => [], - ]; - -}