7 lines
99 B
PHP
7 lines
99 B
PHP
<?php
|
|
//配置文件
|
|
return [
|
|
|
|
// 默认输出类型
|
|
'default_return_type' => 'json',
|
|
]; |