8 lines
164 B
PHP
Raw Permalink Normal View History

2025-05-20 16:33:23 +08:00
<?php
//配置文件
return [
'exception_handle' => '\\app\\api\\library\\ExceptionHandle',
"token_header" => "admintoken" //后端token名称
];