common.php 411 B

12345678
  1. <?php
  2. return [
  3. // ----------------------- 公共调用 ----------------------- //
  4. 'invoker'=>[
  5. ['invoker_id'=>\common\enums\GlobalFuncEnum::REAL_AUTH,'class'=>'addons\RealAuth\common\logic\AuthLogic','method'=>'checkNeedAuth'],
  6. ['invoker_id'=>\common\enums\GlobalFuncEnum::REAL_AUTH_BUSINESS,'class'=>'addons\RealAuth\common\logic\AuthLogic','method'=>'checkNeedAuthBusiness'],
  7. ],
  8. ];