定时任务提交

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

@@ -0,0 +1,10 @@
<?php
namespace app\api\model;
use think\Model;
class WechatAccountModel extends Model
{
}