heyuntao
2023-06-09 52ea91af204bc3d737ffbc6e6b024bcce1b496bc
1
2
3
4
5
6
7
<?php
 
//配置文件
return [
    'exception_handle'        => '\\app\\api\\library\\ExceptionHandle',
    //'exception_handle'        => '\\app\\common\\exception\\ApiException',
];