Files
fast_response/superadmin/application/api/controller/BaseApiPublicController.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

17 lines
204 B
PHP
Executable File
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
* createTime{2025/3/25} {10:19}
*/
namespace app\api\controller;
use think\Controller;
class BaseApiPublicController extends Controller
{
}