first commit

This commit is contained in:
2025-06-25 10:53:11 +08:00
commit 9f374011ae
1240 changed files with 181139 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<?php
/**
* @copyright Copyright (c) 2023 李志强
* @author 李志强
* @link https://www.yunzer.cn
*/
namespace app\admin\controller;
use app\base\BaseController;
use app\admin\validate\ConfCheck;
use think\exception\ValidateException;
use think\facade\Db;
use think\facade\View;
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception;
class Mail extends BaseController
{
}
?>