Files
cashier/app/Request.php
你的名字 ac0f12b21a 1
2025-10-15 14:53:54 +08:00

9 lines
89 B
PHP

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