1, 'addons_name' => 'Boss', 'render_setting' => [ 'text' => '个人股东佣金满____元', 'setting' => [ ['type' => 'text', 'name' => 'personal_agent_commission', 'default_val' => 0], ], 'tips' => '' ], 'validate_invoke' => [ 'class' => 'addons\Boss\common\globalFunc\withdrawal\Withdrawal', 'method' => 'checkWithdrawLimit1' ] ], [ 'id' => 2, 'addons_name' => 'Boss', 'render_setting' => [ 'text' => '个人股东佣金小于____元', 'setting' => [ ['type' => 'text', 'name' => 'personal_agent_lt__commission', 'default_val' => 0], ], 'tips' => '' ], 'validate_invoke' => [ 'class' => 'addons\Boss\common\globalFunc\withdrawal\Withdrawal', 'method' => 'checkWithdrawLimit2' ] ] ]; } }