update
parent
0a03f399b6
commit
b26eb788bd
|
|
@ -16,3 +16,4 @@ class Request extends \think\Request
|
|||
// 全局参数过滤
|
||||
protected $filter = ['htmlspecialchars'];
|
||||
}
|
||||
?>
|
||||
|
|
@ -16,3 +16,4 @@ return [
|
|||
'think\Request' => Request::class,
|
||||
'think\exception\Handle' => ExceptionHandle::class,
|
||||
];
|
||||
?>
|
||||
|
|
@ -15,3 +15,4 @@ use app\AppService;
|
|||
return [
|
||||
AppService::class,
|
||||
];
|
||||
?>
|
||||
Loading…
Reference in New Issue