Files
fast_response/admin/application/api/controller/BaseHttpApi.php
2025-03-26 11:55:10 +08:00

27 lines
475 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 = '';
}