mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-31 18:48:09 +00:00
23 lines
425 B
PHP
23 lines
425 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'key' => 'order_close',
|
|
'name' => '未支付订单自动关闭',
|
|
'time' => [
|
|
'type' => 'min',
|
|
],
|
|
'class' => '',
|
|
'function' => ''
|
|
],
|
|
[
|
|
'key' => 'site_expire_close',
|
|
'name' => '站点到期自动关闭',
|
|
'time' => [
|
|
'type' => 'min',
|
|
],
|
|
'class' => '',
|
|
'function' => ''
|
|
]
|
|
];
|