可以的

This commit is contained in:
乘风
2026-01-04 12:19:39 +08:00
parent 75e276faaa
commit 3c4851b9ca
70 changed files with 9660 additions and 26 deletions

10
app/process/Http.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace app\process;
use Webman\App;
class Http extends App
{
}