Is the commission only paid at the first time

This commit is contained in:
Tokumeikoi
2020-03-13 01:52:34 +08:00
parent 6bf0d2d94e
commit c81cb8acca
3 changed files with 13 additions and 7 deletions

View File

@ -7,11 +7,14 @@ use Illuminate\Foundation\Http\FormRequest;
class ConfigSave extends FormRequest
{
CONST RULES = [
// invite & commission
'safe_mode_enable' => 'in:0,1',
'invite_force' => 'in:0,1',
'invite_commission' => 'integer',
'invite_gen_limit' => 'integer',
'invite_never_expire' => 'in:0,1',
'commission_first_time_enable' => 'in:0,1',
// site
'stop_register' => 'in:0,1',
'email_verify' => 'in:0,1',
'app_name' => '',