定时任务提交

This commit is contained in:
Ghost
2025-03-24 16:42:36 +08:00
parent af2006f13e
commit 2df22cdecd
32 changed files with 1091 additions and 94 deletions

View File

@@ -2,7 +2,7 @@
namespace app\api\controller;
use app\common\model\WechatFriendModel;
use app\api\model\WechatFriendModel;
use think\facade\Request;
class WechatFriendController extends BaseController