kefu/application/api/config.php

10 lines
90 B
PHP

<?php
/**
* 前台配置文件
*/
//配置文件
return [
'CHECK_SIGN' => true,
];