DiverseYouthNightSchool/application/manystoreapi/config.php

9 lines
146 B
PHP
Raw Permalink Normal View History

2025-01-13 18:03:44 +08:00
<?php
//配置文件
return [
'url_common_param' => true,
'url_html_suffix' => '',
'controller_auto_search' => true,
];