From 24c3aaccb0d7f81829e13a67c2494b66b4675a4c Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Wed, 12 Jul 2023 14:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E9=80=BE=E6=9C=9F=E6=8F=90?= =?UTF-8?q?=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/validate/merchant/MerchantUpdateValidate.php | 2 +- crmeb/listens/AutoCheckCreditBuyListen.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/validate/merchant/MerchantUpdateValidate.php b/app/validate/merchant/MerchantUpdateValidate.php index a70038cf..cb83d3b7 100644 --- a/app/validate/merchant/MerchantUpdateValidate.php +++ b/app/validate/merchant/MerchantUpdateValidate.php @@ -29,7 +29,7 @@ class MerchantUpdateValidate extends Validate 'mer_address|店铺地址' => 'require|max:128', 'long|店铺经度' => 'max:24', 'lat|店铺纬度' => 'max:24', - 'interest_rate|利率' => 'min:0.01|max:0.1', + 'interest_rate|利率' => 'min:0.009|max:0.101', 'settle_cycle|结算周期' => 'min:15|max:90', ]; diff --git a/crmeb/listens/AutoCheckCreditBuyListen.php b/crmeb/listens/AutoCheckCreditBuyListen.php index f4a7dbac..82556438 100644 --- a/crmeb/listens/AutoCheckCreditBuyListen.php +++ b/crmeb/listens/AutoCheckCreditBuyListen.php @@ -14,7 +14,7 @@ class AutoCheckCreditBuyListen extends TimerService implements ListenerInterface public function handle($event): void { Log::info(__FUNCTION__ . '监听到信用购订单自动结算'); - $tomorrow = strtotime('tomorrow 14:08:00'); + $tomorrow = strtotime('tomorrow 14:30:00'); $time = ($tomorrow - time()) * 1000; $this->tick($time, function () { request()->clearCache();