队列执行时间变更为7天

This commit is contained in:
2024-09-24 13:28:31 +08:00
parent 46ed438a2c
commit b26dfb6499

View File

@@ -3,8 +3,7 @@
return [
'product_order' => [
'over_time' => 24*3600,//秒,自动取消时间
'received_time' => 1*60,//自动确认收货时间
// 'received_time' => 7*24*3600,//自动确认收货时间
'received_time' => 7*24*3600,//自动确认收货时间
'forbidden_refund_time' => 30*24*3600, //不允许退款时间
'settlement_time' => 0//7*24*3600//订单发货 分账自动结算时间
],