You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?php
|
|
|
|
|
|
return [
|
|
|
// 默认输出类型
|
|
|
'default_return_type' => 'json',
|
|
|
// 默认全局过滤方法 用逗号分隔多个
|
|
|
'default_filter' => 'trim,htmlspecialchars',
|
|
|
];
|