mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-05 19:45:43 +08:00
update
This commit is contained in:
@ -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,
|
||||
];
|
||||
?>
|
||||
Reference in New Issue
Block a user