This commit is contained in:
2025-03-26 11:55:10 +08:00
parent 3e7295fec4
commit 2fada5b9ac
7 changed files with 307 additions and 264 deletions

View File

@@ -0,0 +1,27 @@
<?php
/*
* description
* authorwh
* email
*/
namespace app\api\controller;
use think\Db;
use app\common\model\TabConf;
use wanghua\general_utility_tools_php\framework\base\BaseAuthController;
use think\facade\Request;
use wanghua\general_utility_tools_php\file\upload\FileUpload;
use wanghua\general_utility_tools_php\tool\Tools;
class BaseHttpApi extends BaseAuthController
{
//控制器注释
protected $controller_comments = '';
}