From f036c784d06107b0009bfb0c9f33585653d214d1 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Wed, 12 Jul 2023 14:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=95=86=E6=88=B7=E5=88=A9?= =?UTF-8?q?=E7=8E=87=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/validate/merchant/MerchantUpdateValidate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/validate/merchant/MerchantUpdateValidate.php b/app/validate/merchant/MerchantUpdateValidate.php index a7381948..33e0732f 100644 --- a/app/validate/merchant/MerchantUpdateValidate.php +++ b/app/validate/merchant/MerchantUpdateValidate.php @@ -30,7 +30,7 @@ class MerchantUpdateValidate extends Validate 'long|店铺经度' => 'max:24', 'lat|店铺纬度' => 'max:24', 'interest_rate|利率' => 'egt:0.01|elt:0.1', - 'settle_cycle|结算周期' => 'min:15|max:90', + 'settle_cycle|结算周期' => 'egt:15|elt:90', ]; protected function isPhone($val)