config.php 107 B

il y a 4 ans
123456
  1. <?php
  2. //配置文件
  3. return [
  4. 'exception_handle' => '\\app\\api\\library\\ExceptionHandle',
  5. ];