From c1fb07707292123831e78f3a77d0de371865e071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9APD?= <13558507+yao-shipeng@user.noreply.gitee.com> Date: Wed, 7 Aug 2024 03:45:34 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20serve/ap?= =?UTF-8?q?p/validate/Deploy.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- serve/app/validate/Deploy.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 serve/app/validate/Deploy.php diff --git a/serve/app/validate/Deploy.php b/serve/app/validate/Deploy.php deleted file mode 100644 index 32f3b73..0000000 --- a/serve/app/validate/Deploy.php +++ /dev/null @@ -1,24 +0,0 @@ - ['require','integer','unique:deploy'], - 'source' => ['require','array'] - ]; - - //常规规则提示 - protected $message = [ - 'frame.require' => '关联组织不可为空!', - 'frame.integer' => '关联组织不正确!', - 'frame.unique' => '关联组织重复!', - 'source.require' => '配置信息不可为空!', - 'source.array' => '配置信息不正确!' - ]; - - //场景规则 - protected $scene = [ - 'update' => ['frame','source'] - ]; -} \ No newline at end of file