| 12345678910111213141516171819 |
- <?php
- return [
- // ----------------------- APP链接 ----------------------- //
- 'links' => [
- ],
- // ----------------------- 事件处理 ----------------------- //
- 'events' => [
- ],
- // ----------------------- 公共调用 ----------------------- //
- 'invoker' => [
- ['invoker_id' => \common\enums\GlobalFuncEnum::INVOKE_WITHDRAW_RISK, 'class' => 'addons\CashRisk\common\global_func\CashCheck', 'method' => 'need_captcha'],
- ['invoker_id' => \common\enums\GlobalFuncEnum::INVOKE_WITHDRAW_RISK_CAPTCHA, 'class' => 'addons\CashRisk\common\global_func\CashCheck', 'method' => 'check_captcha'],
- ],
- ];
|