refactor(timetask): 更新命名空间以符合应用结构

- 将命名空间从 timetask\controller 更改为 app\timetask\controller
- 保持了原有的 API 控制器继承和数据库操作功能
This commit is contained in:
2026-04-21 23:11:03 +08:00
parent edcfad59e2
commit c77f326566
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
namespace timetask\controller;
namespace app\timetask\controller;
use app\common\controller\Api;
use think\Db;