btcloud/app/Request.php

9 lines
89 B
PHP
Raw Normal View History

2022-06-04 11:22:19 -04:00
<?php
namespace app;
// 应用请求对象类
class Request extends \think\Request
{
}