feat: 增加call类型的定时任务;

This commit is contained in:
augushong
2025-08-24 14:00:20 +08:00
parent 5166049818
commit dea794d058
3 changed files with 105 additions and 33 deletions

View File

@@ -9,6 +9,7 @@ use app\common\service\HostService;
use think\facade\Db;
use think\facade\Log;
// TODO去掉控制器的心跳注册
class SystemHostBase extends TimerController
{
protected $frequency = 10;