cmbYouku_Api/app/Request.php

9 lines
89 B
PHP
Raw Permalink Normal View History

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