feat/task1-c-wallet
Devil 2021-08-07 01:40:40 +08:00
parent 0a03f399b6
commit b26eb788bd
3 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,4 @@ class Request extends \think\Request
// 全局参数过滤
protected $filter = ['htmlspecialchars'];
}
?>

View File

@ -16,3 +16,4 @@ return [
'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandle::class,
];
?>

View File

@ -15,3 +15,4 @@ use app\AppService;
return [
AppService::class,
];
?>