This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/application/api/config.php
2020-04-25 22:20:29 +08:00

8 lines
197 B
PHP

<?php
return [
// 默认输出类型
'default_return_type' => 'json',
// 默认全局过滤方法 用逗号分隔多个
'default_filter' => 'trim,htmlspecialchars,filter_emoji',
];