zhaojs
2023-07-28 3af79bf611323bd068c534c83e2910529c4d2bd2
1
2
3
4
5
6
7
<?php
 
//配置文件
return [
    'exception_handle'        => '\\app\\api\\library\\ExceptionHandle',
    //'exception_handle'        => '\\app\\common\\exception\\ApiException',
];