diff --git a/common/config/params-local.php b/common/config/params-local.php index 03b263f..f6b5293 100644 --- a/common/config/params-local.php +++ b/common/config/params-local.php @@ -3,7 +3,7 @@ return [ 'product_order' => [ 'over_time' => 24*3600,//秒,自动取消时间 - 'received_time' => 3600,//自动确认收货时间 + 'received_time' => 1*60,//自动确认收货时间 // 'received_time' => 7*24*3600,//自动确认收货时间 'forbidden_refund_time' => 30*24*3600, //不允许退款时间 'settlement_time' => 0//7*24*3600//订单发货 分账自动结算时间