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