先安装composer包 composer require workerman/crontab composer require webman/channel 我使用的表结构 (这里可以使用任意表结构) CREATE TABLE IF NOT EXISTS __PREFIX__system_task ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'ID'...
在support目录下新建一个 constant/BaseConstant.php文件,内容如下: <?php namespace support\constant; class BaseConstant { /** * 获取所有的常量 * @return array */ public static function all() { ...