config.php 161 B

1234567
  1. <?php
  2. //配置文件
  3. return [
  4. 'exception_handle' => '\\app\\api\\library\\ExceptionHandle',
  5. 'product_code_digit' => 5,//成品编码位数
  6. ];