buildadmin/app/Request.php

10 lines
90 B
PHP
Raw Normal View History

<?php
2022-08-23 15:01:30 +00:00
namespace app;
// 应用请求对象类
class Request extends \think\Request
{
}