common.php 646 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. // ----------------------- APP链接 ----------------------- //
  4. 'links' => [
  5. ],
  6. // ----------------------- 事件处理 ----------------------- //
  7. 'events' => [
  8. ],
  9. // ----------------------- 公共调用 ----------------------- //
  10. 'invoker' => [
  11. ['invoker_id' => \common\enums\GlobalFuncEnum::INVOKE_WITHDRAW_RISK, 'class' => 'addons\CashRisk\common\global_func\CashCheck', 'method' => 'need_captcha'],
  12. ['invoker_id' => \common\enums\GlobalFuncEnum::INVOKE_WITHDRAW_RISK_CAPTCHA, 'class' => 'addons\CashRisk\common\global_func\CashCheck', 'method' => 'check_captcha'],
  13. ],
  14. ];