feat: init

This commit is contained in:
2024-12-20 18:03:35 +08:00
commit ec7b29a4fc
77 changed files with 2162 additions and 0 deletions

8
app/Request.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace app;
// 应用请求对象类
class Request extends \think\Request
{
}