btcloud/app/Request.php
2022-06-04 23:22:19 +08:00

9 lines
89 B
PHP

<?php
namespace app;
// 应用请求对象类
class Request extends \think\Request
{
}