official_website/app/Request.php

9 lines
89 B
PHP
Raw Normal View History

2024-11-29 14:05:52 +08:00
<?php
namespace app;
// 应用请求对象类
class Request extends \think\Request
{
2024-12-02 13:57:08 +08:00
2024-11-29 14:05:52 +08:00
}