From 60dfeb3c056b312d9a297f4ea1bc963246d32039 Mon Sep 17 00:00:00 2001 From: lq Date: Tue, 24 Sep 2024 14:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=9F=E5=88=97=E6=89=A7=E8=A1=8C=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=8F=98=E6=9B=B4=E4=B8=BA1=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config/params-local.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/config/params-local.php b/common/config/params-local.php index dfee9b6..2332ff2 100644 --- a/common/config/params-local.php +++ b/common/config/params-local.php @@ -3,7 +3,8 @@ return [ 'product_order' => [ 'over_time' => 24*3600,//秒,自动取消时间 - 'received_time' => 7*24*3600,//自动确认收货时间 +// 'received_time' => 7*24*3600,//自动确认收货时间 + 'received_time' => 60,//自动确认收货时间 'forbidden_refund_time' => 30*24*3600, //不允许退款时间 'settlement_time' => 0//7*24*3600//订单发货 分账自动结算时间 ],