| 123456789101112131415161718192021222324252627 |
- <?php
- // +----------------------------------------------------------------------
- // | ThinkPHP [ WE CAN DO IT JUST THINK ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
- // +----------------------------------------------------------------------
- // | Author: yunwuxin <448901948@qq.com>
- // +----------------------------------------------------------------------
- return [
- 'app\crontab\PolyChannelFlowStats',
- 'app\crontab\PolyChannelSmsWarn',
- 'app\crontab\ChannelClean',
- 'app\crontab\ChannelSettleMonth',
- 'app\crontab\ChannelExtraPointMonth',
- 'app\crontab\AutoPackage',
- 'app\crontab\PayTimeout',
- 'app\crontab\mlbb\TaskHandle',
- 'app\crontab\ComplexSummaryGame',
- 'app\crontab\ComplexSummaryComplex',
- 'app\crontab\ComplexSummaryGameDay',
- 'app\crontab\ComplexSummaryGameRetention',
- 'app\crontab\ComplexSummaryGameServer',
- 'app\crontab\ComplexSummaryDaily',
- ];
|