前端目录调整

This commit is contained in:
molong
2022-05-12 21:23:18 +08:00
parent fe38e19924
commit a37870c93b
145 changed files with 3090 additions and 7244 deletions

View File

@@ -11,6 +11,9 @@ declare (strict_types = 1);
namespace app\middleware;
class Api{
public $data = ['code' => 1, 'data' => '', 'message' => ''];
/**
* 处理请求
*