feat: 增加内置节点注册任务;优化定时器代码结构;

This commit is contained in:
augushong
2025-08-23 23:22:52 +08:00
parent 716e56b8dc
commit a9d1429000
7 changed files with 163 additions and 97 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\common\service;
use base\common\service\TimerServiceBase;
class TimerService extends TimerServiceBase
{
}