mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 23:05:36 +08:00
10 lines
272 B
PHP
10 lines
272 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
require_once(dirname(__FILE__) .'/config.php');
|
||
cachemgr::init(false);
|
||
kernel::single('logisticsaccounts_estimate')->crontab_delivery();
|