[更新]修改系统任务

This commit is contained in:
Anyon 2019-08-28 16:51:55 +08:00
parent c25a51e0a1
commit 7773c20fc2
3 changed files with 12 additions and 6 deletions

View File

@ -25,12 +25,6 @@ use think\console\Output;
*/
abstract class Queue
{
/**
* 当前类名
* @var string
*/
const URI = self::class;
/**
* 判断是否WIN环境
* @return boolean

View File

@ -28,6 +28,12 @@ use think\Db;
*/
class WechatQueue extends Queue
{
/**
* 当前类名
* @var string
*/
const URI = self::class;
/**
* 当前操作APPID
* @var string

View File

@ -29,6 +29,12 @@ use think\Db;
class WechatQueue extends Queue
{
/**
* 当前类名
* @var string
*/
const URI = self::class;
/**
* 执行任务
* @param Input $input